Skip to content

How can I disable VideoJS Poster? #9007

Answered by amtins
aizquelurdaneta asked this question in Q&A
Discussion options

You must be logged in to vote

@aizquelurdaneta setting the posterImage property to false will prevent the PosterImage component from being created when the player is instantiated.

const player = videojs('player', {
  posterImage: false,
});

player.posterImage // is undefined

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@aizquelurdaneta
Comment options

@mister-ben
Comment options

Answer selected by aizquelurdaneta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants