LaserLighthouse Posted March 2 Share Posted March 2 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 Share Posted March 2 Need site login detail. can't fix without seen the code. Hi, I'm BITTU. A website developer with 8 years experience with Squarespace. if you need help and work with me email me here :- mandeepsquarespace@gmail.com Best Hourly Rate :- $15 Per Hour Link to comment
Beyondspace Posted March 2 Share Posted March 2 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Share Posted March 2 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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