alecl Posted September 11, 2020 Share Posted September 11, 2020 Site URL: https://www.alecleibsohn.com/ Hello! I'd like to display a full bleed reel slideshow when on desktop, but use a simple slideshow (so the photos aren't cropped / zoomed) when on mobile. Using photos from the same gallery. Is this possible? Thanks. Link to comment
tuanphan Posted September 12, 2020 Share Posted September 12, 2020 You can place 2 slideshow, then we will give the code to show 1 on mobile, show 1 on desktop 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
Candelaria Posted August 25, 2021 Share Posted August 25, 2021 (edited) I would like to do this on my site, on this page I want to use the slideshow: reel for desktop, and slideshow: simple for mobile. Both slideshows are currently on the page. URL: https://star-caterpillar-ej7s.squarespace.com/digital/illustrations PW: squarespace Edited August 25, 2021 by Candelaria Link to comment
Candelaria Posted August 26, 2021 Share Posted August 26, 2021 @tuanphan could you take a look at this when you have time ^ thanks! Link to comment
iamdavehart Posted August 26, 2021 Share Posted August 26, 2021 section[data-section-id="6108bec0e3a3c73804194bf7"] { display:block; } section[data-section-id="61258a40711e8b5459fb0271"] { display:none; } @media screen and (max-width: 768px) { section[data-section-id="6108bec0e3a3c73804194bf7"] { display:none; } section[data-section-id="61258a40711e8b5459fb0271"] { display:block; } } You can add this to your Custom CSS in the design menu. these data-section-id are the ids for your two sections. (I found them using the squarespace ID finder, you can also look them up in teh source of the webstie). The first two turn the section on (block) and off (none) for the desktop version the second two kick in when the width is up to 768px (iPad width), and invert that pattern this should help you. tuanphan 1 Dave Hart. Software/Technology Consultant living in London 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