Skip to content

Commit

Permalink
add video poster for non-compat browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
erudin committed Oct 2, 2023
1 parent 2445ae7 commit 63226b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file added assets/imgs/coming_soon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/imgs/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
<body>
<div class="main">
<div class="container">
<video autoplay loop muted src="/assets/vids/coming_soon.mp4">
<video autoplay loop muted playsinline poster="/assets/imgs/coming_soon.jpg">
<source src="/assets/vids/coming_soon.mp4" type="video/mp4">
Coming soon...
</video>
</div>
Expand Down

0 comments on commit 63226b1

Please sign in to comment.