Skip to content

Commit

Permalink
Merge pull request #51 from YorkURobotics/leroy/fixes/VideoAspectRatio
Browse files Browse the repository at this point in the history
fix: adjust video size on Industry Night webpage
  • Loading branch information
Messier81 authored May 29, 2024
2 parents 1a570e4 + 1e3a014 commit b7ca288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/industrynight.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<header>
<br>
<div>
<iframe class="ytvid" src="https://www.youtube.com/embed/zV7TQaIjNjo" style="border: 0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
<iframe class="ytvid" src="https://www.youtube.com/embed/zV7TQaIjNjo" style="border: 0; width: 80%; height: 600px;" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
</div>
<h2>What is Industry Night?</h2>
</header>
Expand Down

0 comments on commit b7ca288

Please sign in to comment.