Commit 26094a04 by Valera Rozuvan

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

parent a7b0dd67
......@@ -59,6 +59,7 @@ class @VideoPlayerAlpha extends SubviewAlpha
showinfo: 0
enablejsapi: 1
modestbranding: 1
html5: 1
if @video.start
@playerVars.start = @video.start
@playerVars.wmode = 'window'
......
......@@ -32,7 +32,7 @@
% if sources.get('main'):
<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>
% 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