-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello,
When using with the following config (including playstListId and embedOptions.playlist: true). EX:
const player = await brightcovePlayerLoader({
refNode: this.$refs.videoEmbed,
refNodeInsert: 'append',
accountId: this.videoPlayer.accountId,
playerId: this.videoPlayer.playerId,
embedId: 'default',
playlistId,
embedType: brightcovePlayerLoader.EMBED_TYPE_IN_PAGE,
embedOptions: {
responsive: true,
playlist: true,
},
})
It seems to load div.vjs-playlist as expected, but looks like it is missing the container div for div.vjs-playlist. For example, if using the vertical playlist setting for the player and the advance embed, it looks like vjs-playlist should be the first child of div.vjs-playlist-sidebar vjs-playlist-sidebar-vertical vjs-playlist-show-hide-hidden... but this div wrapping vjs-playlist is missing, so styling is pretty off.
Unsure if I am missing a config setting, but the ending playlist markup is not matching the advance embed.
Thanks,
Brandon
AndrewStobie, CynderR and vimal1083
Metadata
Metadata
Assignees
Labels
No labels