diff options
author | Arthur Hulsman <a.hulsman@orangegames.com> | 2018-01-17 14:09:11 +0100 |
---|---|---|
committer | Arthur Hulsman <a.hulsman@orangegames.com> | 2018-01-17 14:09:11 +0100 |
commit | 3583165b30ac80afbd6235fc2febd1a5987d4f8b (patch) | |
tree | 3470b713862ea89c39320de75c28f4f43e42ff05 /src/sass/plugins | |
parent | d822f0c6bfefddfbce3a987014077de9b68db00a (diff) | |
download | plyr-3583165b30ac80afbd6235fc2febd1a5987d4f8b.tar.lz plyr-3583165b30ac80afbd6235fc2febd1a5987d4f8b.tar.xz plyr-3583165b30ac80afbd6235fc2febd1a5987d4f8b.zip |
Removed logic related to starting the ad by clicking/ tapping the advertisement container. Ad is started by plyr play method.
Diffstat (limited to 'src/sass/plugins')
-rw-r--r-- | src/sass/plugins/ads.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sass/plugins/ads.scss b/src/sass/plugins/ads.scss index b6664fe9..3c91dd5e 100644 --- a/src/sass/plugins/ads.scss +++ b/src/sass/plugins/ads.scss @@ -3,13 +3,14 @@ // ========================================================================== .plyr__ads { + display: none; // Hide initially. bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; - z-index: 1; + z-index: 3; // Above the controls. video { left: 0; |