Responsive Image (Picturefill.js) is not working on scaled image in redactor editor
Permalink
I have added two image through redactor editor. In which one is original and other one is scaled to small.
Responsive image feature (picturefill.js) is working with non scaled image. But with scaled image its not working.
for example,
non scaled image is loaded in <picture> tag with different resources,
while
scaled image is loaded in <img> tag, with only one sources.
Is scaled image not working with responsive image feature ?
here is link of page :http://exrx.net/concrete/skybluesofa...
Responsive image feature (picturefill.js) is working with non scaled image. But with scaled image its not working.
for example,
non scaled image is loaded in <picture> tag with different resources,
while
scaled image is loaded in <img> tag, with only one sources.
Is scaled image not working with responsive image feature ?
here is link of page :http://exrx.net/concrete/skybluesofa...
I recreated your example and the picture element was used for both the large and resized image.
Based on the following thread, have you modified the way images are handled in Redactor?
https://www.concrete5.org/community/forums/5-7-discussion/detect-rat...
Using a clean install and the default Elemental theme, do you still experience the problem?