LaserLighthouse Posted March 2, 2023 Share Posted March 2, 2023 I have a background video for my desktop. However, it doesn't work for my mobile background... so I made a vertical version. https://laserlight.house/ As per direction I read on a previous post to this feed, I have duplicated the section and added the mobile version in there. Then I put the following css in custom css in settings, but now it shows the desktop video on the desktop (yay!), but both videos on mobile (boo!). @media screen and (max-width:1024px) { [section-data-section-id="63f92211ba57b758b1a91dd2"] { display: none !important; } } @media screen and (min-width:1025px) { [data-section-id="63fcc92ea4186c086c767f8b"] { display: none !important; } } What code is wrong? Desktop Showing 1 Video: Mobile Showing 2 Videos: Link to comment
Mdhanjal Posted March 2, 2023 Share Posted March 2, 2023 Need site login detail. can't fix without seen the code. Hi, I'm BITTU. A website developer with 10 years experience with Squarespace. if you need help and work with me, Email me here: - mandeepsquarespace@gmail.com Hire Upwork: - https://www.upwork.com/freelancers/~01eed466e76c89e024 Behance: - https://www.behance.net/mandeepSquarespace Best Hourly Rate: - $15 Per Hour Link to comment
Beyondspace Posted March 2, 2023 Share Posted March 2, 2023 You can try the following code to hide the first video on mobile @media only screen and (max-width: 1024px) { section[data-section-id="63f92211ba57b758b1a91dd2"] { display: none; } } Support me by pressing 👍 or marking as the solution if this is useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted March 2, 2023 Share Posted March 2, 2023 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! 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