Skip to content

Commit

Permalink
update video
Browse files Browse the repository at this point in the history
  • Loading branch information
elbob-mx committed Jun 5, 2024
1 parent fcfe367 commit d42dee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ <h2 id="segundo" class="text-2xl laptop:text-6xl">0</h2>
<!-- FIRST COL -->
<div class="grid gap-4 h-fit laptop:gap-6">
<!-- VIDEO -->
<video class="rounded-lg video" type="video/mp4" width="100%" height="100%" autoplay muted playsinline poster="">
<source src="./assets/img/sdw-vid-01.mp4">
<video class="video" controls="controls" width="100%" height="100%" autoplay muted playsinline poster="">
<source src="./assets/img/sdw-vid-01.mp4" type="video/mp4">
</video>

<!-- <img src="./assets/img/sdw-vid-01.gif" alt="fotos de los novios" class="w-full h-auto"> -->
Expand Down

0 comments on commit d42dee7

Please sign in to comment.