Add poster view property and manual model reveal
Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user