We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66a8bd commit 0d3400aCopy full SHA for 0d3400a
1 file changed
packages/vidstack/player/styles/default/poster.css
@@ -8,7 +8,8 @@
8
display: block;
9
contain: content;
10
position: absolute;
11
- top: 0;
+ top: 50%;
12
+ transform: translateY(-50%);
13
left: 0;
14
opacity: 0;
15
width: 100%;
0 commit comments