Vanilla's profile picture

Published by

published
updated

Category: Web, HTML, Tech

How I display the YT video


https://stackoverflow.com/questions/38270661/displaying-a-youtube-video-with-iframe-full-width-of-page 

Was the website I found to display the YT video.


<div class="videoWrapper">

  <!-- Copy & Pasted from YouTube -->

  <iframe width="560" height="349" src="https://www.youtube.com/embed/qTX9S9Xmyec" frameborder="10" allowfullscreen=""></iframe>

</div>


You can replace "qTX9S9Xmyec" with whatever YT video you want.


And your welcome.


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )