Rjafadi Posted September 5, 2022 Posted September 5, 2022 Site URL: https://www.prsnlhb.com/view-all x Site URL: https://www.prsnlhb.com/view-all Hi everyone, I'm hoping someone can help me with a mobile product gallery issue. I'm trying to have my product images sliding left to right (slideshow) instead of up and down (stacked) on mobile. Any help would be much appreciated. Thank you!! 465be432f5264589999d070890466bcf.MOV
qosmic Posted September 7, 2022 Posted September 7, 2022 Hmm probably the easiest way would be to create two galleries and then hide one on mobile and the other on desktop with CSS. @mobile: ~"only screen and (max-width: 640px)"; @tablet: ~"only screen and (min-width: 641px) and (max-width: 949px)"; // CSS FOR TABLET // @media @tablet { } // CSS FOR MOBILE // @media @mobile { } .techCRM | Email Marketing | eCommerce | Accounting Systems | Data Migration | Automation | App IntegrationsOur Mission - Contact
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment