Added backwards compatibility for <div> embeds
This commit is contained in:
@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
});
|
||||
|
||||
// Setup the player
|
||||
const player = new window.Plyr('#player', {
|
||||
const player = new Plyr('#player', {
|
||||
debug: true,
|
||||
title: 'View From A Blue Moon',
|
||||
// iconUrl: '../dist/plyr.svg',
|
||||
|
Reference in New Issue
Block a user