vvvmax / unitegallery

Unite Gallery - Responsive jQuery Image and Video Gallery Plugin. Aim to be the best gallery on the web on it's kind. See demo here:
http://unitegallery.net
MIT License
531 stars 158 forks source link

not play carousel video with vimeo #206

Open martinezbohorquez opened 5 years ago

martinezbohorquez commented 5 years ago

Error in this page https://unitegallery.net/index.php?page=carousel-video

juanpa07 commented 5 years ago

I have the same problem with a video carousel in my page, and the carrousel stopped to reproduce the Vimeo videos.

juanpa07 commented 5 years ago

the same problem in unitgallery page:

unitegallery.min.js:3 GET https://f.vimeocdn.com/js/froogaloop2.min.js net::ERR_ABORTED 404 (Not Found)

zygal commented 6 months ago

Might be a bit too late for this but using a cdn link for froogaloop2 works, and the Vimeo video play with Unitegallery. Hope this helps someone else.

https://cdn.jsdelivr.net/npm/vimeo-froogaloop2@0.1.1/javascript/froogaloop.min.js

Add this as a <script> tag on the page.