Skip to content

Commit

Permalink
Refactor video container styles and position in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
guillecro committed Sep 6, 2024
1 parent 9c55968 commit 81f01e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,12 @@
</video>
</div>
<div id="home" class="hero is-black is-medium is-fullheight">
<video class="video" autoplay loop muted playsinline poster="https://democraciaenred.nyc3.digitaloceanspaces.com/projects/reconoceme/reconoceme-cover.jpg" class="video">
<video class="video is-hidden-mobile" autoplay loop muted playsinline poster="https://democraciaenred.nyc3.digitaloceanspaces.com/projects/reconoceme/reconoceme-cover.jpg">
<source src="https://democraciaenred.nyc3.digitaloceanspaces.com/projects/reconoceme/reconoceme-720-cover.mp4" type="video/mp4">
</video>
<video class="video is-hidden-tablet" autoplay loop muted playsinline poster="https://democraciaenred.nyc3.digitaloceanspaces.com/projects/reconoceme/reconoceme-cover.jpg" >
<source src="https://democraciaenred.nyc3.digitaloceanspaces.com/projects/reconoceme/reconoceme-720-cover-vertical.mp4" type="video/mp4">
</video>
<div class="hero-body">
<div class="container">
<img src="./assets/logo-horizontal-2.png" class="image main-logo-desktop is-hidden-touch"
Expand Down

0 comments on commit 81f01e9

Please sign in to comment.