描述
此插件已于 2022年5月6日 关闭,无法下载。 原因:违反准则。
评价
2022年1月5日
Thank you for a very nice plugin!
2020年10月24日
Just wish there was a way to simply add autoplay, loop, and mute
I tried to follow @debricon's advice editing the php, but crashed the plugin and had to ssh to remove the folder to reinstall. any help adding those features simply (even in the php file) would be AMAZING.
2020年6月8日
That's how all the WordPress plugins should be
2020年2月16日
This plugin works great and doesn't add bloat like a new slider system or lot of javascript !!! it adds nothing, just a html tag <video> 🙂 🙂
i use it for my woocommerce product when i want to add a video !
perfect thank you.
i edited simple-featured-video.php l.150 to add to the <video html5 :
<video autoplay muted loop
that way the video autoplay muted and loop !!
Add this script to your theme script, and now when you clic fullscreen sound gets on
if (document.addEventListener)
{
document.addEventListener('webkitfullscreenchange', exitHandler, false);
document.addEventListener('mozfullscreenchange', exitHandler, false);
document.addEventListener('fullscreenchange', exitHandler, false);
}
function exitHandler()
{
var vid = document.getElementsByClassName("sfv_videos");
if(vid[0]){
vid[0].muted = !(document.webkitIsFullScreen || document.mozFullScreen || document.fullscreen);
}
}
2019年10月10日
This is a great plugin. Thank you for your work !
2019年10月7日
Nice and plugin