I’m working on a new front page Image Banner but I’m switching over to a Slideshow so we can have more variety.
The issue I’m encountering is that an image which works well on desktop is cropped to the point of being pointless on mobile, and images which work on mobile are far too large on desktop.
What I would like to do is have two slideshows, one which is catered to mobile (and is hidden on desktop) and vice versa with the desktop version hidden on mobile.
@IainatATVSOnly , to make sure I’m getting this right, you have two different slideshows, one for desktop, and one for mobile, which you want to hide based on the screen size, correct?
Try adding the display: “none” based on the screen size to the class .slider-mobile-gutter itself instead of #shopify-section-template.
Hi,
Sorry to be an idiot, but I don’t know what you mean by 'Try adding the display: “none” based on the screen size to the class .slider-mobile-gutter itself instead of #shopify-section-template.’
Could you expand a bit? Where does this need to go etc.