adjusted size and max-width of all video embeds
This commit is contained in:
parent
e3061d1934
commit
f619f815ca
4 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
</div>
|
||||
|
||||
<h2 id="video-v2">Video</h2>
|
||||
<video height="300" muted autoplay controls>
|
||||
<video height="500" style="max-width:100%" muted autoplay controls>
|
||||
<source src="../assets/boids.mkv">
|
||||
</video>
|
||||
<h2 id="product-overview-v2">Product Overview</h2>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>Practice Shooter</h1>
|
||||
<video height="300" muted autoplay controls>
|
||||
<video height="500" style="max-width:100%" style="max-width:100%" muted autoplay controls>
|
||||
<source src="../assets/practice-shooter.mkv">
|
||||
</video>
|
||||
<section class="project">
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Video</h2>
|
||||
<video height="300" muted autoplay controls>
|
||||
<video height="500" style="max-width:100%" muted autoplay controls>
|
||||
<source src="../assets/spirit-signal.mkv">
|
||||
</video>
|
||||
<iframe
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
|
||||
<h2>Video</h2>
|
||||
<video height="300" muted autoplay controls>
|
||||
<video height="500" style="max-width:100%" muted autoplay controls>
|
||||
<source src="../assets/bottom-gear-stig-kart.mp4">
|
||||
</video>
|
||||
<iframe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue