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
Hello,
When using with the following config (including playstListId and embedOptions.playlist: true). EX:
It seems to load
div.vjs-playlistas expected, but looks like it is missing the container div fordiv.vjs-playlist. For example, if using the vertical playlist setting for the player and the advance embed, it looks likevjs-playlistshould be the first child ofdiv.vjs-playlist-sidebar vjs-playlist-sidebar-vertical vjs-playlist-show-hide-hidden... but this div wrappingvjs-playlistis 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