Skip to content

Commit

Permalink
fix: fix the position of the hero placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jul 10, 2023
1 parent 86ae3e1 commit 7fd9269
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
visibility: hidden;
}

img {
object-fit: contain;
}

img,
video {
transform: scale(var(--hero-video-scale));
Expand Down

0 comments on commit 7fd9269

Please sign in to comment.