KaijuCorgi Posted May 10, 2021 Share Posted May 10, 2021 (edited) Site URL: https://www.cassiebarden.com/mountain-mikes-website I'm working on a portfolio site which includes a lot of mobile designs that are really tall and skinny. This is a big design challenge. I just saw something on another site (https://austinknight.com/work/petbrosia) that would be a perfect solution. Is there any way to achieve this in Squarespace? EDIT: solved it. Found the unique image id using the Squarespace chrome extension, and used the following code: #block-yui_3_17_2_1_1620689263094_32313 { width: 300px; height: 600px; overflow-y:scroll } Edited May 10, 2021 by KaijuCorgi found the solution Link to comment
Beyondspace Posted May 10, 2021 Share Posted May 10, 2021 21 minutes ago, KaijuCorgi said: Site URL: https://www.cassiebarden.com/mountain-mikes-website I'm working on a portfolio site which includes a lot of mobile designs that are really tall and skinny. This is a big design challenge. I just saw something on another site (https://austinknight.com/work/petbrosia) that would be a perfect solution. Is there any way to achieve this in Squarespace? Could you show the long images that bother you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
KaijuCorgi Posted May 10, 2021 Author Share Posted May 10, 2021 It looks like this is what I'd do with standard HTML/css (from w3schools): #myDIV { width:150px; height:200px; overflow-y:scroll; } My guess is that if I can find the specific id for the image, I can add this to my custom css and it will "contain" it and add a vertical scrollbar? Link to comment
tuanphan Posted May 17, 2021 Share Posted May 17, 2021 On 5/11/2021 at 6:27 AM, KaijuCorgi said: It looks like this is what I'd do with standard HTML/css (from w3schools): #myDIV { width:150px; height:200px; overflow-y:scroll; } My guess is that if I can find the specific id for the image, I can add this to my custom css and it will "contain" it and add a vertical scrollbar? Have you solved it yet? Also, do you want to fix this? Site URL: https://www.cassiebarden.com/ 1. (Tablet-Overlay) Add a space between 2 lines? 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