druf Posted October 7, 2021 Share Posted October 7, 2021 (edited) Site URL: https://www.campfiresolutions.io/ Hi All - On my site I have a video that displays in my hero banner, but only want this video to display on Desktop. I have a Mobile Fallback Image that I want to default to on Mobile. How can I make this happen? Is there CSS that I can inject? Any help would be much appreciated! Thanks so much! Dan Edited October 7, 2021 by druf Type Link to comment
tuanphan Posted October 8, 2021 Share Posted October 8, 2021 16 hours ago, druf said: Site URL: https://www.campfiresolutions.io/ Hi All - On my site I have a video that displays in my hero banner, but only want this video to display on Desktop. I have a Mobile Fallback Image that I want to default to on Mobile. How can I make this happen? Is there CSS that I can inject? Any help would be much appreciated! Thanks so much! Dan Add to Design > Custom CSS @media screen and (max-width:767px) { [data-section-id="60e89e874471185a9cdc9010"] .sqs-video-background-native__video-player.video-player { display: none; } [data-section-id="60e89e874471185a9cdc9010"] .section-background img { opacity: 1 !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment