luwes / lite-vimeo-embed

🎥 A faster Vimeo embed.
https://lite-vimeo-embed.vercel.app
148 stars 23 forks source link

Background Image is wrong #13

Closed gitmathub closed 10 months ago

gitmathub commented 2 years ago

The player used to show a preview image but now it's a "rainbow like" picture

no matter what background image I'm configuring. When the script is loaded it's replaced by: https://i.vimeocdn.com/video/810965406.webp?mw=1600&mh=900&q=70

This is what it looks like finally:

Screenshot 2021-11-15 at 09 06 20
alexander-ronin commented 2 years ago

The player used to show a preview image but now it's a "rainbow like" picture

no matter what background image I'm configuring. When the script is loaded it's replaced by: https://i.vimeocdn.com/video/810965406.webp?mw=1600&mh=900&q=70

This is what it looks like finally: Screenshot 2021-11-15 at 09 06 20

The same trouble. Did you found solution?

dtirer commented 2 years ago

I'm also experiencing this issue

AdamBauerle commented 2 years ago

This appears to be still ongoing. Is there still ongoing support for this or has it been abandoned? Seems to be very promising.

hannahbeasley commented 2 years ago

I ended up writing a solution that originally came from the @slightlyoff method to pull in thumbnails correctly. This is the pull request with the commits: https://github.com/luwes/lite-vimeo-embed/pull/14

Working great for me now!

marcos-devarts commented 2 years ago

This works to me:

lite-vimeo {
  background-image: url('[path_to_your_image]') !important;
}
csi-lk commented 2 years ago

Same issue here and the css background image workaround doesn't seem to work