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:
parent
84062c3b0c
commit
dff3dd4155
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user