fluid-styled-responsive-images icon indicating copy to clipboard operation
fluid-styled-responsive-images copied to clipboard

Wrong image width

Open alexanderschnitzler opened this issue 10 years ago • 0 comments

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.

alexanderschnitzler avatar Feb 04 '16 18:02 alexanderschnitzler