Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Densham committed Mar 3, 2014
2 parents cb686ab + 97051be commit fa6811f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/YouTube.ss
@@ -1,5 +1,3 @@
<div class="video">
<object type="application/x-shockwave-flash" data="http://www.youtube-nocookie.com/v/{$YouTubeID}<% if $Autoplay %>&autoplay=1<% end_if %>" width="{$Width" height="{$Height}">
<embed name="movie" value="http://www.youtube-nocookie.com/v/{$YouTubeID}<% if $Autoplay %>&autoplay=1<% end_if %>" />
</object>
<iframe type="text/html" width="{$Width}" height="{$Height}" src="https://www.youtube.com/embed/{$YouTubeID}<% if $Autoplay %>&autoplay=1<% end_if %>" frameborder="0" allowfullscreen></iframe>
</div>

0 comments on commit fa6811f

Please sign in to comment.