Skip to content

Instantly share code, notes, and snippets.

@Daniil-Solovyev
Last active June 24, 2019 18:56
Show Gist options
  • Save Daniil-Solovyev/5f4e742b45cbbc0071d0d3f3ef7967ac to your computer and use it in GitHub Desktop.
Save Daniil-Solovyev/5f4e742b45cbbc0071d0d3f3ef7967ac to your computer and use it in GitHub Desktop.
Youtube iframe in bootstrap modal
<object width="640" height="360">
<param name="movie" value="http://www.youtube.com/embed/<?= $model->link ?>?html5=1&amp;rel=0&amp;hl=en_US&amp;version=3"/>
<param name="allowFullScreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<embed width="640" height="360" src="http://www.youtube.com/embed/<?= $model->link ?>?html5=1&amp;rel=0&amp;hl=en_US&amp;version=3" class="youtube-player" type="text/html" allowscriptaccess="always" allowfullscreen="true"/>
</object>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment