1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

fix: Add poster size styles (#8022)

This commit is contained in:
mister-ben 2022-11-24 17:11:40 +01:00 committed by GitHub
parent 84062c3b0c
commit dff3dd4155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}