danegrady Posted November 18, 2023 Share Posted November 18, 2023 I have have a code that allowed me to stack the product images, instead of a carousel display on mobile. However you can still swipe on the images. Is there any code to disable that swiping effect? Link to comment
tuanphan Posted November 20, 2023 Share Posted November 20, 2023 Hi, Can you share link to a product + which code did you use? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
danegrady Posted November 20, 2023 Author Share Posted November 20, 2023 yes, https://www.danegrady.com/printshop/p/pulse @media screen and (max-width:767px) { .ProductItem-gallery-carousel-controls { display: none !important; } .ProductItem-gallery-current-slide-indicator { display: none; } .ProductItem-gallery-slides-item { position: static !important; height: auto !important; width: 100% !important; visibility: initial !important; } img.ProductItem-gallery-slides-item-image { width: 100% !important; height: auto !important; left: 0 !important; } .ProductItem-gallery-slides:before { padding-bottom: 0 !important; } .ProductItem-gallery-scroll { display: none !important; } } 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