design123 Posted March 10, 2022 Share Posted March 10, 2022 Site URL: https://www.thisislandstudio.com Hi there, on my homepage I have a gallery banner with rotating image slideshow at the top of the page. When viewed on mobile the crop doesn't work for all images - even when I adjust focal points for each image. Is there code available so I can view the entire gallery banner image in full for mobile view? i.e so the banner image is not cropped on mobile? Thanks for your help A Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/11/2022 at 3:03 AM, design123 said: Site URL: https://www.thisislandstudio.com Hi there, on my homepage I have a gallery banner with rotating image slideshow at the top of the page. When viewed on mobile the crop doesn't work for all images - even when I adjust focal points for each image. Is there code available so I can view the entire gallery banner image in full for mobile view? i.e so the banner image is not cropped on mobile? Thanks for your help A Add to Design > Custom CSS /* Mobile resize slideshow */ @media screen and (max-width:640px) { section#this-island-studio-showcase img { width: 100% !important; left: 0 !important; height: auto !important; top: 0 !important; } section#this-island-studio-showcase { height: 120px !important; } } 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
design123 Posted March 14, 2022 Author Share Posted March 14, 2022 Hi Tuan, thank you so much. 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