annasss Posted January 21, 2021 Share Posted January 21, 2021 Site URL: https://www.mikone.fi/ Hi! Is there a code to resize simple slideshow in squarespace 7.1? Now it crops too much my images. My page is www.mikone.fi and the first big slideshow in the front page. Thank you! :) Link to comment
tuanphan Posted January 23, 2021 Share Posted January 23, 2021 Add to Design > Custom CSS /* resize slideshow mobile homepage */ @media screen and (max-width:767px) { body.homepage .gallery-slideshow { height: 40vh !important; } } 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
annasss Posted January 25, 2021 Author Share Posted January 25, 2021 Thanks! what would be the code for desktop view? I would like the image to be higher, now when I am looking the site from big screen, it scales the image to format 16:9 so it crops too much from the image. Link to comment
tuanphan Posted February 1, 2021 Share Posted February 1, 2021 try changing max-width: 767px to min-width: 992px 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.