fix: regression regarding poster image

This commit is contained in:
Sam Potts 2021-04-17 00:19:57 +10:00
parent 60310693d3
commit d74af9a73d

View File

@ -41,7 +41,6 @@ const media = {
// Poster image container // Poster image container
this.elements.poster = createElement('div', { this.elements.poster = createElement('div', {
class: this.config.classNames.poster, class: this.config.classNames.poster,
hidden: '',
}); });
this.elements.wrapper.appendChild(this.elements.poster); this.elements.wrapper.appendChild(this.elements.poster);