Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong image width #8

Open
alexanderschnitzler opened this issue Feb 4, 2016 · 0 comments
Open

Wrong image width #8

alexanderschnitzler opened this issue Feb 4, 2016 · 0 comments
Assignees
Milestone

Comments

@alexanderschnitzler
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant