Site logo

Archived topic

Using elementor to autoplay only on Desktop and have an overlay on mobile?

1 reply · Started by Kumi on January 27, 2023

Viewing posts 1–2 of 2

Hello!

I am using GP with elementor and I want to autoplay only on Desktop and tablets while having an an overlay image on mobile devices.

In elementor, there is a option to place overlay images but activating this apparently overlays for all devices and not just one.

I was thinking maybe some CSS would help but not sure.

@media only screen and (max-width: 767px) {
.video-section video {
autoplay: none;
}
}

I would appreciate if someone could help point me in the right direction so videos only autoplay in desktop and tablet while mobile gets the overlay image.

Thank you!!!

Hi there,

have you checked with Elementor support if this is possible ?
As the theme has no control over this.

As a note: You cannot use CSS to set video attributes, it requires Javascript.

This archived topic is closed to new replies.