autoplay is now by default False for videos.

This commit sponsored by Vasili Sviridov.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-08-07 15:03:37 -05:00
parent 24e6c34e88
commit 316ede4705

View File

@ -116,7 +116,7 @@ vp8_quality = integer(default=8)
vorbis_quality = float(default=0.3)
# Autoplay the video when page is loaded?
auto_play = boolean(default=True)
auto_play = boolean(default=False)
[[skip_transcode]]
mime_types = string_list(default=list("video/webm"))