Skip to content

Commit

Permalink
Fixed problem with youtube embed (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
casheridan authored Aug 29, 2022
1 parent c46decf commit edc288e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h3>This years Game...</h3>
</div>
<!-- This is the embed for the current years animation video -->
<div class="iframe-container">
<iframe width="560" height="315" src="http://www.youtube.com/embed/LgniEjI9cCM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/LgniEjI9cCM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<br>
<!-- Link to youtube div -->
Expand Down

0 comments on commit edc288e

Please sign in to comment.