Commit 92dc8859 by Valera Rozuvan

YouTube HTML5 mode is used by default. Fix typo in video alpha template.

parent 1254e118
...@@ -59,6 +59,7 @@ class @VideoPlayerAlpha extends SubviewAlpha ...@@ -59,6 +59,7 @@ class @VideoPlayerAlpha extends SubviewAlpha
showinfo: 0 showinfo: 0
enablejsapi: 1 enablejsapi: 1
modestbranding: 1 modestbranding: 1
html5: 1
if @video.start if @video.start
@playerVars.start = @video.start @playerVars.start = @video.start
@playerVars.wmode = 'window' @playerVars.wmode = 'window'
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
% if sources.get('main'): % if sources.get('main'):
<div class="video-sources"> <div class="video-sources">
<p>Download video <a href="${source.get('main')}">here</a>.</p> <p>Download video <a href="${sources.get('main')}">here</a>.</p>
</div> </div>
% endif % endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment