www/src/layouts/partials/max-video.html
Thomas Smith f9601c70fc
Add Video of Max at Web Summit (#293)
* Add video player to 'www'

* Switch to YouTube embed + spacing

* Unnecessary script

* Added image back, moved video to section below

* Change copy, forgot to add responsive columns

* Change elipses and capitalize Homebrew

* apostrophes are elipses
2023-03-15 18:26:51 -04:00

11 lines
404 B
HTML

<iframe width="100%" height="400" src="https://www.youtube.com/embed/xiq5euezOEQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<style>
iframe{
border-radius: 5px;
max-width: 700px;
margin-left:auto;
margin-right:auto;
display: block;
}
</style>