Fix video load

This commit is contained in:
schmelczerandras 2020-11-26 22:55:30 +01:00
parent c819b3f409
commit 1014c76d6a

View file

@ -57,11 +57,12 @@ noscript {
border-radius: var(--border-radius) var(--border-radius) 0 0; border-radius: var(--border-radius) var(--border-radius) 0 0;
pointer-events: none; pointer-events: none;
cursor: pointer; cursor: pointer;
position: relative;
img, img,
video, video,
iframe { iframe {
pointer-events: all; pointer-events: auto;
position: relative; position: relative;
z-index: -1; z-index: -1;
width: 100%; width: 100%;