fluid-styled-responsive-images
fluid-styled-responsive-images copied to clipboard
Wrong image width
As the GalleryProcessor is executed before the ImageRenderer, the given width is defined by the typoscript constant styles.content.textmedia.maxWInText that is by default set to 600. This compromises the idea of responsive images, where huge images are necessary for the creation of retina images.
The solution is not to rely on the given width, but use the width of the actual image record.