Fix autoplaying videos with visibility: hidden.

This commit is contained in:
ccd0 2016-04-30 08:24:51 -07:00
parent 4ca9e4a404
commit c3c7116553

View File

@ -142,6 +142,7 @@ audio.controls-added {
}
:root.anti-autoplay .autoplay-removed {
display: block !important;
visibility: visible !important;
min-width: 640px;
min-height: 390px;
}