- Issue created by @shweta__sharma
- Issue was unassigned.
- Status changed to Needs review
about 1 year ago 4:03pm 25 October 2023 - 🇦🇷Argentina tguerineau
Hi, I have worked on the issue.
Proposed Fix:
Removed the
max-height: 458px;
style from the#wrapper img
selector. This change ensures that images retain their natural aspect ratio and aren't artificially constrained by height, which was causing the stretching issue.Testing:
I've tested the change across various views and content types within the theme. All images appear to retain their natural aspect ratios, and the stretching issue isn't observed anymore. However, given the global nature for the style (being inpage.css
), I recommend further testing.Patch:
I've attached a patch that implements this change. Please review and test it.