stamat / youtube-background

ESM / jQuery plugin for creating video backgrounds from YouTube, Vimeo or video file links.
https://stamat.github.io/youtube-background/
MIT License
176 stars 54 forks source link

fix cdn references #47

Closed brandonjp closed 2 years ago

brandonjp commented 2 years ago

In the examples for loading the script from CDN, the URLs were pointing to the browse repo view rather than the actual script files. This updates them to the actual sources. It also removes the version number so that the latest version is always used.

Previous 'browse' URL with version: https://unpkg.com/browse/youtube-background@1.0.10/jquery.youtube-background.js

New URL without 'browse' & without version: https://unpkg.com/youtube-background/jquery.youtube-background.js

brandonjp commented 2 years ago

this fixes https://github.com/stamat/youtube-background/issues/41

stamat commented 2 years ago

Thank you! 💖