Site logo

Archived topic

How can i sent background image for only mobile view in generatepress?

3 replies · Started by sandeep kumar on September 25, 2018

Viewing posts 1–4 of 4

I am displaying the Background video for my site http://development.chelsoftusa.com/, the background video works fine other than the mobile view, I understand that the video will not display in mobile view for various user experience reasons.

is there any possibility to add an image which needs to display only on mobile view? currently, my website showing empty in a header when a user viewing on mobile which is not good.

Thank you leo. this is kind of a disappointment to me, do you have any alternatives for my problem?

Doesn't Elementor have a background image fallback for their videos?

If not, you could do this:

@media (max-width: 768px) {
    .elementor-156 .elementor-element.elementor-element-44ec78d {
        background-image: url('URL TO YOUR IMAGE' );
    }
}

Let me know :)

This archived topic is closed to new replies.