Open misterWB opened 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.
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
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
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