Skip to content

Commit

Permalink
fix: Add poster size styles (#8022)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Nov 24, 2022
1 parent 84062c3 commit dff3dd4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/components/_poster.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@
.vjs-has-started.vjs-audio-poster-mode .vjs-poster {
display: block;
}

.vjs-poster img {
width: 100%;
height: 100%;
object-fit: contain;
}

0 comments on commit dff3dd4

Please sign in to comment.