Hello,
As per a customer’s request, I will show you how to disable Editor’s Pick videos autoplaying, while keeping all the other videos autoplaying. This modification was tested in v2.6, but should work in the whole v2 branch.
1. Open ./styles/{YOURTEMPLATE}/layout/blocks/editor_pick/video_block.html
2. Find
{FlashPlayer vdetails = $video height='250' width='440' }
and replace it with
{FlashPlayer vdetails = $video height='250' width='440' autoplay='false'}
3. Save & Upload.
What we just did here was to tell the script that we don’t want the player to autoplay videos. And that’s it, if you would like me to write about any specific feature of Clip-Bucket, please let me know!
Best Regards,
Richi
Thank You Richi
Thank its really help for me..