Ryan_C Posted July 2, 2021 Share 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. Link to comment
tuanphan Posted July 2, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ryan_C Posted July 2, 2021 Author Share Posted July 2, 2021 @tuanphan looks like it fixed it on the gallery page, but not on the product detail page. Link to comment
tuanphan Posted July 5, 2021 Share 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment