UI Fix

On product pages, your #mainImg element sometimes has an incorrect `aspect ratio` applied to the image - specifically, the square `1000/1000` rather frequently gets applied rectangular images, which skews them.
All rectangular images should receive `aspect-ratio: 0.7692 / 1`
Please fix this - it's a nuance ;D
All rectangular images should receive `aspect-ratio: 0.7692 / 1`
Please fix this - it's a nuance ;D
! REPORT
I looked at some random products and I didn't see any deformation. Can you give some links that will help the support to correct
REPLY
! REPORT
The misapplied styling is "random" (haven't taken a deep look at the front-end code, but it looks like aspect ratio is set dynamically? Not from a style sheet, etc.) - you just have to load product pages and browse through their preview images until you get one that's skewed (or at least that's the only way I know how to reproduce).
I've also noticed this happening the opposite way as well (images that should be square getting a rectangular aspect ratio applied, initially). If you click on the preview of the image again, the main image gets resized to the correct ratio.
I've also noticed this happening the opposite way as well (images that should be square getting a rectangular aspect ratio applied, initially). If you click on the preview of the image again, the main image gets resized to the correct ratio.
REPLY
! REPORT