-
When embedding a YouTube video using the VidStack plugin it seems the title images are blurred, or possibly zoomed in so close that they are blurry. This is also evident on the Demo Page for the YouTube example. Has anyone found a workaround or fix for this? We would really like to have the proper title image shown for our videos embeds. Few examples on our site: https://docs.rundeck.com/docs/history/4_x/version-4.17.0.html https://docs.rundeck.com/docs/history/5_x/version-5.10.0.html |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
can you provide screen shots about it? |
Beta Was this translation helpful? Give feedback.
-
this is what we see: ![]() I do see that it works on my phone browser. But not in Chrome or Safari on Mac. |
Beta Was this translation helpful? Give feedback.
-
Was able to work around this issue by adding this to the Code:
Wonder if there is a way to address it with a component options rather than having to go edit every page? https://plugin-components.vuejs.press/config.html#componentsoptions. I don't see an option to configure vidstack here, but maybe it's possible? |
Beta Was this translation helpful? Give feedback.
-
Previous example worked for most of our videos, but some are requiring
|
Beta Was this translation helpful? Give feedback.
-
Since it seems to depend on the Video I can use this method going forward rather than rely on a central config. Hopefully finding this helps others. |
Beta Was this translation helpful? Give feedback.
Was able to work around this issue by adding this to the Code:
poster="https://img.youtube.com/vi/wQtpht0VPNg/maxresdefault.jpg"
Wonder if there is a way to address it with a component options rather than having to go edit every page? https://plugin-components.vuejs.press/config.html#componentsoptions. I don't see an option to configure vidstack here, but maybe it's possible?