fixed closed video
This commit is contained in:
@@ -80,6 +80,11 @@
|
||||
// }
|
||||
});
|
||||
|
||||
$vid.on('DOMSubtreeModified', function(e){
|
||||
console.log('video frame changed', e);
|
||||
$(this).off('DOMSubtreeModified').remove();
|
||||
});
|
||||
|
||||
// autoplay vid youtube
|
||||
// see patch https://www.drupal.org/node/2685721#comment-11032685
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user