cycle2 icon indicating copy to clipboard operation
cycle2 copied to clipboard

cycle2 stopped working!

Open misterWB opened this issue 4 years ago • 3 comments

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

misterWB avatar May 14 '21 15:05 misterWB

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.

onthefly avatar May 14 '21 16:05 onthefly

Scripts can be delivered via CDN like this:

https://cdn.jsdelivr.net/gh/malsup/[email protected]/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/[email protected]/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

iam-sysop avatar May 14 '21 17:05 iam-sysop

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

misterWB avatar May 15 '21 08:05 misterWB