mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 14:27:55 -05:00
fixed the video link
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
</div>
|
||||
<div id="player" class="hidden">
|
||||
<object width="512" height="385">
|
||||
<param name="movie" value="https://www.youtube.com/v/D1L3o88GKew?autohide=1&showinfo=0&rel=0&autoplay=1" />
|
||||
<param name="movie" value="<%= Settings.video_embed_url %>?autohide=1&showinfo=0&rel=0&autoplay=1" />
|
||||
<param name="allowFullScreen" value="true" />
|
||||
<param name="allowscriptaccess" value="always" />
|
||||
<embed src="<%= Settings.video_embed_url %>?autohide=1&showinfo=0&rel=0&autoplay=1" type="application/x-shockwave-flash" width="512" height="385" allowscriptaccess="always" allowfullscreen="true"></embed>
|
||||
|
||||
Reference in New Issue
Block a user