MN88-MI Posted January 25, 2022 Share Posted January 25, 2022 Site URL: https://duelle.studio/about Hello everyone, I have this code in my CSS as I want to have a specific image for mobile portrait view only, different from what I have in mobile landscape or screen mode. However to this code I would like to add something that makes me having 2 images alternated instead of only one. Either as in a slideshow of 5 s each, or click to change. This only in mobile portrait mode, without affecting any of the other modes. Thank you in advance to anyone who can help me out. @media screen and (orientation:portrait) { #collection-61dc4529fdc5342366fa9b80 .gallery { background-image: url("https://static1.squarespace.com/static/5ff072b1fbf14e2399f4cb8f/t/610c24c8d375ab3084be62f6/1628185800802/Duelle+text+%2B+circle+mobile+version.png") !important; background-repeat: no-repeat; background-size: 90% ; background-position: center; img { visibility: hidden !important;} } } Link to comment
tuanphan Posted January 26, 2022 Share Posted January 26, 2022 Can you share link to page where you have 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
MN88-MI Posted January 27, 2022 Author Share Posted January 27, 2022 (edited) On 1/26/2022 at 10:35 AM, tuanphan said: Can you share link to page where you have problem? Hi , yes the link is above the question text. but here it again Site URL: https://duelle.studio/about the page is public. More than a problem, it is more that I would like to add something to it. Instead of one image only when viewing in mobile, a possibility to have a second image coming up when clicking or after a 5s time frame. thank you. Edited January 27, 2022 by MN88-MI 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