Removed logic related to starting the ad by clicking/ tapping the advertisement container. Ad is started by plyr play method.

This commit is contained in:
Arthur Hulsman
2018-01-17 14:09:11 +01:00
parent d822f0c6bf
commit 3583165b30
2 changed files with 2 additions and 61 deletions

View File

@ -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;