fix(skin): fix HTML skin poster image alignment (#1002)

This commit is contained in:
Sam Potts
2026-03-18 22:15:01 +11:00
committed by GitHub
parent a05e8f20af
commit 6d76449aea
+4 -3
View File
@@ -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%;