Poster image fix (fixes #1763)
This commit is contained in:
@ -886,7 +886,7 @@ class Plyr {
|
||||
return null;
|
||||
}
|
||||
|
||||
return this.media.getAttribute('poster');
|
||||
return this.media.getAttribute('poster') || this.media.getAttribute('data-poster');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user