mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
fix(skin): fix HTML skin poster image alignment (#1002)
This commit is contained in:
@@ -3,10 +3,11 @@ video-player {
|
||||
}
|
||||
|
||||
/*
|
||||
Required to override any default video styles (such as Tailwind's CSS reset)
|
||||
and ensure the video element fills the container as expected.
|
||||
Required to override any default video and image styles (such as
|
||||
Tailwind's CSS reset) and ensure they fill the container as expected.
|
||||
*/
|
||||
video-player video {
|
||||
video-player video,
|
||||
video-player [slot="poster"] {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user