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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -