sambarnes Posted March 7, 2021 Share Posted March 7, 2021 Site URL: https://www.snjc.world/ Hello! I've set my aspect ratio setting at 55 for my gallery, wich looks just like I want on desktop version but when going in mobile view it looks way to small so I'd would like to increase it to 155 (so using a @media only screen and (max-width: 640px) or something like that). I can't find the css line that affects the aspect ratio of the gallery though.. Can someone help me out with that one ? Thank you! Link to comment
Beyondspace Posted March 7, 2021 Share Posted March 7, 2021 6 hours ago, sambarnes said: Site URL: https://www.snjc.world/ Hello! I've set my aspect ratio setting at 55 for my gallery, wich looks just like I want on desktop version but when going in mobile view it looks way to small so I'd would like to increase it to 155 (so using a @media only screen and (max-width: 640px) or something like that). I can't find the css line that affects the aspect ratio of the gallery though.. Can someone help me out with that one ? Thank you! I think custom css can help in this case, would you mind to send the site url to check? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
sambarnes Posted March 7, 2021 Author Share Posted March 7, 2021 Sure, it's for the gallery on the main page of this website: https://www.snjc.world/ Thank you for your help! Link to comment
Beyondspace Posted March 8, 2021 Share Posted March 8, 2021 12 hours ago, sambarnes said: Sure, it's for the gallery on the main page of this website: https://www.snjc.world/ Thank you for your help! this image with different ratio? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
sambarnes Posted March 8, 2021 Author Share Posted March 8, 2021 Yes! But I found a solution that works in the meantime; here is the code I use @media screen and (max-width: 640px) { .tweak-index-gallery-layout-slideshow .Index-gallery-wrapper:after { padding-bottom: 155% !important; } } Link to comment
tuanphan Posted March 18, 2021 Share Posted March 18, 2021 On 3/8/2021 at 7:41 PM, sambarnes said: Yes! But I found a solution that works in the meantime; here is the code I use @media screen and (max-width: 640px) { .tweak-index-gallery-layout-slideshow .Index-gallery-wrapper:after { padding-bottom: 155% !important; } } On Tablet, I see huge space here.. Do you want to fix this? 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!) Link to comment
sambarnes Posted March 22, 2021 Author Share Posted March 22, 2021 I'm gonna be adding more content to that page that will appear right under that photo so it should be fine for the moment. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.