Hello,
I want to play a video on mobile, if found css that make this work, but not on your theme, when i switch to an other theme (Hello) it does. Can you help?
Code:
section.elementor-section.elementor-section-height-full {
height: 100vh; /* Elementor front-end css only applies the full viewport height to 768px up */
}
.elementor .elementor-element .elementor-background-video-container.elementor-hidden-phone{
display: unset; /* Elementor front-end css hides the background video markup to screens 768px down */
}
Wkr,
Tim