gmackeith Posted April 5, 2022 Share Posted April 5, 2022 Site URL: https://www.artclear.com/timeline Hello, I am trying to create a timeline effect using the Gallery Slideshow Reel. Is it possible to turn of the infinite/looped scrolling effect so that when you reach the last image it does not loop back to beginning again? I just want it to end at the last slide ideally - I tried to do this with the List feature, but could not get it to align images correctly side by side on mobile. https://www.artclear.com/timeline pw: 123 Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 You can use List & share link to page where you use List, we can take a look with align problem 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
gmackeith Posted April 7, 2022 Author Share Posted April 7, 2022 I have set up a carousel list, and used some code to get two slides to display on mobile. I am still getting a gap between the slides when I view them on my phone. @media only screen and (max-width: 600px) { [data-section-id="624ef6e750522032e4843ae0"] ul.user-items-list-carousel .slide img{ object-fit:contain!important; } [data-section-id="624ef6e750522032e4843ae0"] ul.user-items-list-carousel .slide { width:fit-content!important;} [data-section-id="624ef6e750522032e4843ae0"] ul.user-items-list-carousel__slides { grid-template-columns: repeat(2,1fr) !important; grid-gap: 0px !important; margin:0px!important; } } Page: https://www.artclear.com/timeline pw: 123 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