Cassiano Posted July 29 Share Posted July 29 (edited) Hi, on my shop the standard display size of the images of products is 4:3, vertical But I want the images of only one product page to be 4:3, horizontal. Is this possible? Thanks Edit: for clarity, if changing on the product page, the design change reflects to all other products. Edited July 29 by Cassiano clarity Link to comment
tuanphan Posted July 30 Share Posted July 30 Hi, Can you share link to page where you want 4:3? We can give a code to solve this 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
Cassiano Posted July 30 Author Share Posted July 30 11 hours ago, tuanphan said: Hi, Can you share link to page where you want 4:3? We can give a code to solve this This is the page: https://www.sendaieditora.com/loja/p/gits-cut240 Link to comment
tuanphan Posted August 1 Share Posted August 1 Edit that product > Additional Info > Add a Code Block > Paste this code <style> .ProductItem-gallery-slides:before { padding-bottom: 175% !important; } </style> 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
Cassiano Posted August 3 Author Share Posted August 3 On 8/1/2023 at 10:02 AM, tuanphan said: Edit that product > Additional Info > Add a Code Block > Paste this code <style> .ProductItem-gallery-slides:before { padding-bottom: 175% !important; } </style> Thanks, but it didn't work. It just stretched more. Link to comment
Solution Cassiano Posted August 3 Author Solution Share Posted August 3 Ah, it is 75% not 175% Thank you <style> .ProductItem-gallery-slides:before { padding-bottom: 75% !important; } </style> tuanphan 1 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