Add poster view property and manual model reveal

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-04 18:25:52 -07:00
parent 7a53ef8de8
commit 9bd6f172c2
3 changed files with 41 additions and 3 deletions

View File

@@ -143,6 +143,26 @@
}
}
.glmv-act-button {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 52px;
height: 52px;
padding: 6px;
background: #FFFFFF90;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
& img {
pointer-events: none;
}
}
.prev-hs img {
transform: scaleX(-1);
}