From 697b4dc603129d95a70d0390a4d80fb12b5e9af6 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 13 Jul 2015 00:09:57 -0700 Subject: [PATCH] Fix video not being displayed when 'Disable Autoplaying Sounds' is enabled. --- src/General/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 0558cf275..32c8bd548 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -127,6 +127,9 @@ audio.controls-added { height: auto; text-align: center; } +:root.anti-autoplay center iframe { + display: block !important; +} /* fixed, z-index */ #overlay,