Skip to content

Playlist (or category.load) missing playlist container div? #77

@brandonburkett

Description

@brandonburkett

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions