anteriovieira / vue-youtube

A simple component for a powerful API. vue-youtube provides a simple layer for you to use your imagination while over the YouTube IFrame Player API.
MIT License
340 stars 56 forks source link

Blurry Thumbnail #36

Open Ismoh opened 5 years ago

Ismoh commented 5 years ago

Hi @anteriovieira , since some days my thumbnails are blurry. I already found this: https://support.google.com/youtube/thread/8920318?hl=en I also found "somehow" a solution to fix this, by using the high resolution thumbnail. This is working fine if I inspect the HTML Code and change the thumbnail url manually.

Is there a way to change the thumbnail url within your component? I was unable to find anything regarding this.

If not: Is there any plan to implement this? vue-yt

Nghi93 commented 4 years ago

Any updates on this? We have the same issue. Always hqdefault.jpg (low quality) is loaded no matter which height and width we choose for the iframe?

Bildschirmfoto 2019-12-10 um 17 01 14 As you can see the youtube embedded has the higher quality thumbnail than the vue-youtube one.

Nghi93 commented 4 years ago

This only happens when the player is initiated with video id null. We add an if clause to render the player only when video-id is present and that solved the problem for us.

Ismoh commented 3 years ago

I think this can be closed, mhh?

Nghi93 commented 3 years ago

I would prefer a fix for this. It should be allowed to initiate the player with video_id null and change it later on.

Ismoh commented 2 years ago

Any news on this or can it be closed? @anteriovieira