Added cue markings within the time line for when midrolls will be displayed. Removed unusued callback parameter.

This commit is contained in:
Arthur Hulsman
2018-01-17 15:38:26 +01:00
parent 1d1eb02bd7
commit 896ea7c689
3 changed files with 30 additions and 2 deletions

View File

@ -16,3 +16,17 @@
left: 0;
}
}
// Advertisement cue's for the progress bar.
.plyr__cues {
display: block;
position: absolute;
z-index: 3; // Between progress and thumb.
top: 50%;
left: 0;
margin: -($plyr-range-track-height / 2) 0 0;
width: 3px;
height: $plyr-range-track-height;
background: currentColor;
opacity: 0.8;
}