Also Jason. To give you a little more insight on how I plan to use your plugin:
Right now I am using Fancy Box to show the product video but my customers want something faster as they search for their product.
I have an Advanced Custom Field in which I type in my Vimeo address into it: https://vimeo.com/126191993
In my PHP I call the Advanced custom field “video_for_post” to bring in the Vimeo video into fancy box:
<a class="fancybox-media" rel="gallery1" data-title-id="title<?php the_ID(); ?>" href="<?php the_field('video_for_post'); ?>">
<?php the_post_thumbnail( 'medium' ); ?>
<div class="play-button"> </div>
</a>
My goal is to replace the FancyBox I use now with your video preview script. The php is important as I have over 70 videos and I need something that can be seamless so I can plug the custom field action into your script.
Please let me know if I make any sense. ??
Here is a link to my website in which I plan to add a video hover feature: https://motion-master-templates.com/
Thank you very much for your valuable time and have an amazing day! ??