The only free plugin I could find for MP4 videos in WooCommerce product gallery
-
I managed to get MP4 videos working in the product gallery for FREE, with muted auto-play. I had to edit line 92 of the ‘really-simple-featured-video/includes/FrontEnd.php’ file as follows:
$html = '<div class="woocommerce-product-gallery__image rsfv-video__wrapper" data-thumb="' . RSFV_PLUGIN_URL . 'assets/images/video_frame.png"><video class="rsfv-video" id="rsfv_video_' . $product->get_id() . '" controls="" src="' . $video_url . '" style="max-width:100%;display:block;" autoplay autoPictureInPicture loop muted></video></div>' . $html;
Also, I had to disable autoplay in the back end (I forget which file).
Other than that, it’s a gem!
I think you really need a better thumbnail image for the plugin, though. It looks really drab and nobody would be interested in it.
- The topic ‘The only free plugin I could find for MP4 videos in WooCommerce product gallery’ is closed to new replies.