Background video not working on mobile, no fallback background image
-
The background video doesn’t work on mobile and there is no option to put a Background Fallback image on Oceanwp template.
I used this code in the additional css and it still doesn’t work-
`@media (max-width: 1024px) and (min-width: 768px) {
.elementor-hidden-tablet {
display: block;
}
}@media (max-width: 767px) {
.elementor-hidden-phone {
display: block;
}
}`Please help!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Background video not working on mobile, no fallback background image’ is closed to new replies.