im using wpbakery Use “row settings: video background – YouTube link” in one of my rows. and added a youtube link to run in the background.
in mobile phones this is heavy and id’e like to disable it.
using
CSS display:none
doesnt stop DOM from loading and im still seeing the streaming happening in the developer tools “network tab”.
i tried using jQuery
jQuery(“.vc_video-bg-container”).attr(“data-vc-video-bg”, “”);
jQuery(“.vc_video-bg-container”).attr(“data-vc-parallax-image”, “”);
same result…..
can you help me understand how to achieve this ?
Thanks