KaijuCorgi Posted May 10, 2021 Posted May 10, 2021 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 }
Beyondspace Posted May 10, 2021 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 (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
KaijuCorgi Posted May 10, 2021 Author 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?
tuanphan Posted May 17, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.