John_MiracleMessages Posted October 25 Share Posted October 25 I'd like to feature a full-page carousel on my homepage, that auto-scrolls between three images, each with different header & body text and a call-to-action button. Here is a mock-up I created using three still images instead of image/text/button, which works fine in web but does not resize correctly for mobile (since I simply uploaded a series of still images): https://miraclemessages.org/draft-home How can I achieve the intended effect? Thanks, John Link to comment
Solution tuanphan Posted October 27 Solution Share Posted October 27 Just add this code to Website Tools (under Not Linked) > Custom CSS. The code will make images better on mobile @media screen and (max-width:767px) { .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 25vh !Important; } } John_MiracleMessages 1 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
John_MiracleMessages Posted November 1 Author Share Posted November 1 On 10/26/2023 at 7:51 PM, tuanphan said: Just add this code to Website Tools (under Not Linked) > Custom CSS. The code will make images better on mobile @media screen and (max-width:767px) { .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 25vh !Important; } } This worked!! 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