website: make youtube video embed responsive

This commit is contained in:
matthewcroughan 2023-04-06 00:09:00 +01:00
parent 259720c2cb
commit 422f8f99be

View file

@ -20,9 +20,9 @@ Continuous Integration sponsored by <a href="https://hercules-ci.com"><img heigh
## Introduction Video ## Introduction Video
<p align="center"> <div style="overflow:hidden; padding-bottom:56.25%; position:relative; height:0;" class="video-responsive">
<iframe width="560" height="315" src="https://www.youtube.com/embed/wJ0D7MrPNOw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> <iframe style="left:0; top:0; height:100%; width:100%; position:absolute;" width="420" height="315" src="https://www.youtube.com/embed/wJ0D7MrPNOw" frameborder="0" allowfullscreen></iframe>
</p> </div>
## Making AI reproducible and easy to run ## Making AI reproducible and easy to run