How can I disable html5 video autoplay?
what I\'ve tried:
Try adding autostart="false" to your source tag.
autostart="false"
Your browser does not support the video tag.
JSFiddle example