nk-o / jarallax

Parallax scrolling for modern browsers
https://jarallax.nkdev.info
MIT License
1.38k stars 210 forks source link

Replace deprecated Vimeo Simple API usage #205

Closed sergiy-v closed 2 years ago

sergiy-v commented 2 years ago

Issue description:

The deprecated Vimeo Simple API (https://vimeo.com/api/v2/video/) uses to get video metadata (image), reference. You can find more details about Deprecated Vimeo APIs here. As mentioned in the article the oEmbed implementation should be used instead of deprecated API. It would be good to replace deprecated Vimeo Simple API usage to avoid any issue in future.

Version used:

v1.12.8.

nk-o commented 2 years ago

Fixed in v2.0.1

sergiy-v commented 2 years ago

Awesome, thank a lot)