malsup / cycle2

2nd gen cycling
898 stars 237 forks source link

cycle2 stopped working! #859

Open misterWB opened 3 years ago

misterWB commented 3 years ago

Hi everybody

all at sudden the slideshow i have been running for many years now just show all the images in the list underneath each other - no more crossfade in the containerwindow...

I haven't touched the code at all, and none the demos on https://jquery.malsup.com/cycle2/demo/ work anymore.

Any suggestions?

Best Morten

onthefly commented 3 years ago

Hi Morten. The demos doesn't work cause some static files hosted at servers without HTTPS support. Browsers block it as insecure content and it's broke the demo.

iam-sysop commented 3 years ago

Scripts can be delivered via CDN like this:

https://cdn.jsdelivr.net/gh/malsup/cycle2@2.1.6/build/jquery.cycle2.min.js <- this will produce the cycle2 over HTTPS for clients, and reduce your server load in the process.

<script src="https://cdn.jsdelivr.net/gh/malsup/cycle2@2.1.6/build/jquery.cycle2.min.js"></script>

Additionally, I keep a maintained copy (which has some fixes for using with newer jQuery) here: https://github.com/thecarnie/cycle2

misterWB commented 3 years ago

Nice - the page is working again now Thank you both for comments and solution.

it's this page, if you are interested: www.barbroaberg.com

Best Morten