Guest Posted February 14, 2021 Share Posted February 14, 2021 Site URL: https://www.gayagrinberg.com/ Hi, I use an image slideshow on one of my site's pages, But when I'm on mobile the images on the slideshow look too big, It is not resized to the phone screen. I mean specifically to the sildeshow on this page https://www.gayagrinberg.com/work/lontano-magazine Is there anything I can do so it will look better? Thank you. Link to comment
Solution tuanphan Posted February 15, 2021 Solution Share Posted February 15, 2021 Add to Design > Custom CSS > Then save & reload your site /* Gallery reel mobile */ @media screen and (max-width:767px) { .gallery-reel { height: 35vh !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
Helenenou Posted April 10, 2023 Share Posted April 10, 2023 Hello, I have managed to resize my homepage to mobile screen but I can't do the slideshows on my pages. Could someone recommend something. Thank you Link to comment
tuanphan Posted April 12, 2023 Share Posted April 12, 2023 On 4/10/2023 at 8:24 PM, Helenenou said: Hello, I have managed to resize my homepage to mobile screen but I can't do the slideshows on my pages. Could someone recommend something. Thank you Can you share link to page where you use slideshow? 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
squeaker76 Posted January 8 Share Posted January 8 I'm having an issue with my slideshow images on my site (https://lulasplaceeatery.net/) being too wide and getting cropped on mobile devices, even after putting in this code: /* - - Gallery Reel - - */ @media only screen and (max-width:767px) { .gallery-reel{ height:50vh!important } .gallery-reel-item{ height: inherit!important } } /* - - Fullscreen - - */ @media only screen and (max-width:767px) { .gallery-fullscreen-slideshow{ height: 30vh!important } } /* - - Simple Slideshow - - */ @media only screen and (max-width:767px) { .gallery-slideshow-item-wrapper, .gallery-slideshow-item img{ width: 100vw!important; object-fit: cover; left: 0!important } } /* - - Show Thumbnails - - */ @media only screen and (max-width:767px) { .gallery-slideshow-thumbnails { display: inline!important } } The height is correct but the width seems to still be an issue. Link to comment
tuanphan Posted January 10 Share Posted January 10 On 1/8/2024 at 10:09 PM, squeaker76 said: I'm having an issue with my slideshow images on my site (https://lulasplaceeatery.net/) being too wide and getting cropped on mobile devices, even after putting in this code: /* - - Gallery Reel - - */ @media only screen and (max-width:767px) { .gallery-reel{ height:50vh!important } .gallery-reel-item{ height: inherit!important } } /* - - Fullscreen - - */ @media only screen and (max-width:767px) { .gallery-fullscreen-slideshow{ height: 30vh!important } } /* - - Simple Slideshow - - */ @media only screen and (max-width:767px) { .gallery-slideshow-item-wrapper, .gallery-slideshow-item img{ width: 100vw!important; object-fit: cover; left: 0!important } } /* - - Show Thumbnails - - */ @media only screen and (max-width:767px) { .gallery-slideshow-thumbnails { display: inline!important } } The height is correct but the width seems to still be an issue. It seems fine to me 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
Create an account or sign in to comment
You need to be a member in order to leave a comment