Ryan_C Posted July 2, 2021 Posted July 2, 2021 Site URL: https://ryancargil.com/ I have landscape and vertical images on my website but they only offer 7 ratio options and it’s killing my photos. How can I work around this? Ps am newb.
tuanphan Posted July 2, 2021 Posted July 2, 2021 Add to Design > Custom CSS .ProductList-image { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } .ProductList-innerImageWrapper { display: flex; align-items: flex-end; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ryan_C Posted July 2, 2021 Author Posted July 2, 2021 @tuanphan looks like it fixed it on the gallery page, but not on the product detail page.
tuanphan Posted July 5, 2021 Posted July 5, 2021 On 7/2/2021 at 9:56 PM, Ryan_C said: @tuanphan looks like it fixed it on the gallery page, but not on the product detail page. With individual products, use this code .ProductItem-gallery-slides-item-image { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.