helloworld123 Posted February 18, 2021 Share Posted February 18, 2021 Site URL: http://wearebelovedstudios.com Hello! Does anyone know if there's a way to make a gallery slideshow block smaller for mobile only? I'm happy with how the rest of the galleries look on the website (http://wearebelovedstudios.com), but the two gallery slideshow blocks on the homepage are too big on mobile, so you can't see the entire photo. Thanks in advance! :) Link to comment
Solution tuanphan Posted February 19, 2021 Solution Share Posted February 19, 2021 Add to Design > Custom CSS > Then save & reload your site /* resize mobile slideshow */ @media screen and (max-width:767px) { body.homepage .gallery-fullscreen-slideshow { height: 30vh !important; } } GemmsyA 1 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
helloworld123 Posted February 19, 2021 Author Share Posted February 19, 2021 Amazing!! Thank you so much tuanphan!! 😄 Link to comment
astn_mrtn Posted November 14, 2022 Share Posted November 14, 2022 On 2/19/2021 at 7:57 AM, tuanphan said: Add to Design > Custom CSS > Then save & reload your site /* resize mobile slideshow */ @media screen and (max-width:767px) { body.homepage .gallery-fullscreen-slideshow { height: 30vh !important; } } tuanphan - thanks so much for this bit of code! This works perfectly for the homepage. How should the code look so that it applies to the entire site though? I'm having issues with galleries on all pages being too tall on mobile. Link to comment
tuanphan Posted November 21, 2022 Share Posted November 21, 2022 On 11/15/2022 at 12:39 AM, astn_mrtn said: tuanphan - thanks so much for this bit of code! This works perfectly for the homepage. How should the code look so that it applies to the entire site though? I'm having issues with galleries on all pages being too tall on mobile. Remove body.homepage from the code 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
Leticia Posted February 18 Share Posted February 18 tuanphan I tried using this code but its not working. Can you please help I need the team members the slideshow on mobile to look smaller so it can display more people as together. https://seadragon-gold-ge8l.squarespace.com/config/pages https://seadragon-gold-ge8l.squarespace.com/homepage Link to comment
tuanphan Posted February 20 Share Posted February 20 On 2/19/2024 at 1:24 AM, Leticia said: tuanphan I tried using this code but its not working. Can you please help I need the team members the slideshow on mobile to look smaller so it can display more people as together. https://seadragon-gold-ge8l.squarespace.com/config/pages https://seadragon-gold-ge8l.squarespace.com/homepage Use this CSS code then save & reload the page @media screen and (max-width:767px) { .gallery-reel { height: 15vh !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
Leticia Posted February 21 Share Posted February 21 Hi @tuanphan This is what I got. It cut the image in half. Link to comment
Leticia Posted February 21 Share Posted February 21 Nevermind. I forgot to reload! Tks 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