-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Add width/height attributes to the picture source #2811
Conversation
This will also need to be adjusted in |
core-bundle/src/Resources/contao/templates/picture/picture_default.html5
Show resolved
Hide resolved
Chrome 90 is released, so I think we can merge this. 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will also need to be adjusted in Image/Studio/_macros.html.twig for Contao 4.11.
Do we want to do this in this PR or in another one?
Another one I think because this one is for version 4.9. |
PR for Contao 4.11: #2982 |
Thank you @ausi. |
Description ----------- | Q | A | -----------------| --- | Fixed issues | Fixes contao#2746 We should probably wait for Chrome 90 to be released on April 13th before merging this. https://chromestatus.com/feature/5737185317748736 UPDATE: Implementation tickets for Safari and Firefox: - <https://bugzilla.mozilla.org/show_bug.cgi?id=1694741> - <https://bugs.webkit.org/show_bug.cgi?id=222368> Commits ------- 1c07def Set picture source width/height attributes fc2006a Merge branch '4.9' into fix/picture-source-width-height 328b867 Merge branch '4.9' into fix/picture-source-width-height
We should probably wait for Chrome 90 to be released on April 13th before merging this. https://chromestatus.com/feature/5737185317748736
UPDATE: Implementation tickets for Safari and Firefox: