• 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.

Viewing 1 replies (of 1 total)
  • Hey @thepopularizer

    Really really thanks for the rich feedback, I’ll definitely take this into account and get the logo improved ??.

    Also, there is already an option to disable autoplay in the plugin settings as you can see in this screenshot – https://ps.w.org/really-simple-featured-video/assets/screenshot-1.png?rev=2381594

    I’ll also make sure to include mute, loop as options at the settings page in the next update.

    Plus there are some really good features I’ve planned for this in the coming updates, but I couldn’t find much time to invest into this lately because of other fulltime work.

    Thanks again for your review.
    Hope you have a wonderful year ahead ??

Viewing 1 replies (of 1 total)
  • The topic ‘The only free plugin I could find for MP4 videos in WooCommerce product gallery’ is closed to new replies.