We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6bcaa commit edda545Copy full SHA for edda545
scripts/ableplayer-base.js
@@ -249,7 +249,7 @@ var AblePlayerInstances = [];
249
if ( youTubeId !== undefined && youTubeId !== "") {
250
this.youTubeId = this.getYouTubeId(youTubeId);
251
if ( ! this.hasPoster ) {
252
- let poster = this.getYouTubePosterUrl(this.youTubeId,'1280');
+ let poster = this.getYouTubePosterUrl(this.youTubeId,'640');
253
$(media).attr( 'poster', poster );
254
this.hasPoster = true;
255
}
0 commit comments