Skip to content

Commit edda545

Browse files
committed
All YouTube videos have 640, not all have hd.
1 parent 8b6bcaa commit edda545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ableplayer-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ var AblePlayerInstances = [];
249249
if ( youTubeId !== undefined && youTubeId !== "") {
250250
this.youTubeId = this.getYouTubeId(youTubeId);
251251
if ( ! this.hasPoster ) {
252-
let poster = this.getYouTubePosterUrl(this.youTubeId,'1280');
252+
let poster = this.getYouTubePosterUrl(this.youTubeId,'640');
253253
$(media).attr( 'poster', poster );
254254
this.hasPoster = true;
255255
}

0 commit comments

Comments
 (0)