Alow Posted January 31, 2021 Share Posted January 31, 2021 Site URL: https://tulip-helix-jd8r.squarespace.com/katalog Hi, We have a store page where all images have the aspect ratio 10:14. When styling the store, the options are either 2:3 or 3:4, which both result in unwanted cropping. Is there any way to keep the original ratio? Using summary blocks is not an option here, as there are to many items to display them. It would take way to much work to manually recreate these images in a different aspect ratio. Thanks for any help! https://tulip-helix-jd8r.squarespace.com/katalog password: pass Link to comment
tuanphan Posted February 3, 2021 Share Posted February 3, 2021 Add to Design > Custom CSS .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !important; } Alow 1 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
Alow Posted February 4, 2021 Author Share Posted February 4, 2021 On 2/3/2021 at 9:03 AM, tuanphan said: Add to Design > Custom CSS .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !important; } Thanks, you're a lifesaver! Link to comment
EMRgr Posted February 12, 2021 Share Posted February 12, 2021 On 2/3/2021 at 8:03 AM, tuanphan said: Add to Design > Custom CSS .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !important; } Hi @tuanphan, I'm having the same issue. I trie the code you put but it's not working. I use 7.1 I want my photos to be on their original crops, not on the options Squarespace offers as they are all different. Best, E Link to comment
tuanphan Posted February 14, 2021 Share Posted February 14, 2021 On 2/12/2021 at 11:38 PM, EMRgr said: Hi @tuanphan, I'm having the same issue. I trie the code you put but it's not working. I use 7.1 I want my photos to be on their original crops, not on the options Squarespace offers as they are all different. Best, E Add to Code Injection > Header <style> .products.collection-content-wrapper .grid-item .grid-image-cover { object-fit: contain !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment