Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cycle2 stopped working! #859

Open
misterWB opened this issue May 14, 2021 · 3 comments
Open

cycle2 stopped working! #859

misterWB opened this issue May 14, 2021 · 3 comments

Comments

@misterWB
Copy link

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
Copy link

onthefly commented May 14, 2021

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
Copy link

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

@misterWB
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants