Progressively enhance <iframe> embeds
This commit is contained in:
@ -50,7 +50,7 @@ const media = {
|
||||
}
|
||||
|
||||
// Inject the player wrapper
|
||||
if (this.isVideo || this.isYouTube || this.isVimeo) {
|
||||
if (this.isVideo) {
|
||||
// Create the wrapper div
|
||||
this.elements.wrapper = utils.createElement('div', {
|
||||
class: this.config.classNames.video,
|
||||
|
Reference in New Issue
Block a user