Display Self-hosted Video Backgrounds for Mobile Devices
Important: This snippet is no longer needed! Videos will now display always by default.
This snippet allows you to display the video backgrounds on mobile devices which was previously hidden in versions lower then Total 5.0.8.
body.wpex-is-mobile-device .vc_video-bg,
body.wpex-is-mobile-device .wpex-video-bg-wrap {
display: block;
}
Learn how to add custom CSS to your site.