html5 - How do I stop video autoplay in Firefox 37? -


i need controls, don't want video autoplay. code below, doesn't work.

    <video  id="video1" poster="assets/img/bg-header.jpg"  autoplay="false"      controls autostart="false"> 

thanks,
sabin

html5 videos don't autoplay default.

remove autoplay="false".

js bin


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -