Hello,
when I toggle "Responsive images with the Picture Module" in ckeditor config I can use the "picture mappings" as configured in pictures module config.
In the html img output all I get is the right "data-picture-mapping=..". But there is only one image. I could resize by css, but the big image is loaded, not the scaled one.
I would expect something similar as when the output is done directle through the picture module.
<picture>
<source media="(min-width:1024px)"...
<source media="(min-width:768px)"...
<source media="(min-width:0px)"...
What am I doing wrong here?
Is there a hook not working to insert the right picture styles in html code?
thx
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.