Remove pointer-events: none on embed <iframe> to comply with YouTube ToS

This commit is contained in:
Sam Potts
2018-06-21 14:26:40 +10:00
parent 17dcb63c26
commit 333619f1e3
12 changed files with 17 additions and 18 deletions

View File

@ -27,11 +27,6 @@ $embed-padding: ((100 / 16) * 9);
$height: 240;
$offset: to-percentage(($height - $embed-padding) / ($height / 50));
// To allow mouse events to be captured if full support
iframe {
pointer-events: none;
}
// Only used for Vimeo
> .plyr__video-embed__container {
padding-bottom: to-percentage($height);