You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gone over every piece of documentation I could find for this project, and also browsed the source code, and a) there's no discussion of the options that are recognized, b) the source code makes it very unclear what options are supported
By this I mean:
let embedOptions = {
maxHeight: 300
}
let embed = new Embed('https://www.youtube.com/watch?v=dQw4w9WgXcQ', embedOptions);
The variable named embedOptions in this snippet.
The text was updated successfully, but these errors were encountered:
I've gone over every piece of documentation I could find for this project, and also browsed the source code, and a) there's no discussion of the options that are recognized, b) the source code makes it very unclear what options are supported
By this I mean:
The variable named
embedOptions
in this snippet.The text was updated successfully, but these errors were encountered: