move video to above the fold on mobile
This commit is contained in:
parent
5ad5110c1c
commit
f73d2b62df
46
index.html
46
index.html
@ -96,6 +96,29 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="column1">
|
||||
<div>
|
||||
<h3 class="float">Watch This ↓</h3>
|
||||
<div class="flex-row">
|
||||
<video
|
||||
width="100%"
|
||||
autobuffer="true"
|
||||
poster="/assets/echo26-poster.webp"
|
||||
controls
|
||||
>
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/assets/shilohecho26-1.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/assets/shilohecho26-1.mp4"
|
||||
type="video/mp4"
|
||||
/>
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column1">
|
||||
<div>
|
||||
<h1 class="">
|
||||
@ -125,29 +148,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column1">
|
||||
<div>
|
||||
<h3 class="float">Watch This ↓</h3>
|
||||
<div class="flex-row">
|
||||
<video
|
||||
width="100%"
|
||||
autobuffer="true"
|
||||
poster="/assets/echo26-poster.webp"
|
||||
controls
|
||||
>
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/assets/shilohecho26-1.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
<source
|
||||
src="https://cdn.lasthourhosting.org/assets/shilohecho26-1.mp4"
|
||||
type="video/mp4"
|
||||
/>
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="bg-alt container">
|
||||
<div class="bg-alt-green flex-row">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user