I noticed the preview/fallback image is loading for a few second before the video on my Fullscreen Slider on my homepage on my desktop… I feel this is odd seeing I have a video in that section. How do I have that image not load on desktop? It looks tacky to have an image load before the video.
Hey goldiejake123,
You can use css media queries to hide the background image on desktop only.
Best regards,
Jordan Shannon
Ok, what are those?
Hi,
Try the following:
#fullscreen_slider_1{
background-image:none!important;
}
Best regards,
Jordan Shannon
That did not work. The image still loads on desktop.