emmebellish Posted January 17, 2022 Share Posted January 17, 2022 Site URL: https://lime-kumquat-d247.squarespace.com/ Hello! On my client's website, the desktop view looks like this: But the mobile view looks like this: How do I make the mobile view image maintain the same proportions as the desktop version? The password is bap for the website. Link to comment
Beyondspace Posted January 17, 2022 Share Posted January 17, 2022 14 minutes ago, emmebellish said: Site URL: https://lime-kumquat-d247.squarespace.com/ Hello! On my client's website, the desktop view looks like this: But the mobile view looks like this: How do I make the mobile view image maintain the same proportions as the desktop version? The password is bap for the website. Try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { section[data-section-id="61e54c1ef576b31193b82e39"] .gallery-reel-list img { width: 100vw !important; height: auto !important; left: 50%; top: 50%; transform: translate(-50%, -50%); } } Let me know how it works on your site tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
emmebellish Posted January 18, 2022 Author Share Posted January 18, 2022 @bangank36 It worked! Thank you so so much! 🙏 Beyondspace 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