Joanabuch Posted November 6 Share Posted November 6 Hey I need help with my homepage. I want looping Background videos for my homepage. But ahhh, I struggle with the size. because when I do it for the mobile version, it looks terrible on desktop. So I need to hide the video for mobile on the desktop side and need to hide the desktop version for mobile. I already read some post here. so I need the code. and I already double the section and the first video is for desktop and the second for mobile. Please Help 😃 https://joanabuchfotografie.com pw: elite123 thank you Link to comment
tuanphan Posted November 7 Share Posted November 7 So you want Desktop: show first video, hide second video Mobile: hide first video, show second video ? Joanabuch 1 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
tuanphan Posted November 10 Share Posted November 10 Add to Website > Website Tools (under Not Linked) > Custom CSS /* hide top section on phone */ @media screen and (max-width:767px) { [data-section-id="65483ae9b4aeb55afbba287e"] { display: none !important; } } /* hide bottom on desktop */ @media screen and (min-width:768px) { [data-section-id="6548395e69af731e2504ef9a"] { display: none !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment