Question:
I am interested in using HTML5 Gallery on our new website (currently planned).
I have a question however.
We want the video files show the Vimeo player and not auto play when they load. Currently this seems to be set in the Javascript (via the autoplay=1 command).
If we purchase a commercial version on HTML5 Gallery are we able to change the Javascript to set the autoplay=0 instead or is there a data command to stop this? It seems that the thumbnails trigger auto play all the time.
Answer:
You can add the following data tags:
data-autoplayvideo="false" data-playvideoonclick="false"