arielsalminen / ResponsiveSlides.js

Simple & lightweight responsive slider plugin (in 1kb)
http://responsiveslides.com
3.46k stars 1.52k forks source link

HTTPS breaks it? #401

Closed tjustinw3 closed 5 years ago

tjustinw3 commented 6 years ago

Great code... love it! Works perfectly on the page with an HTTP:// call, but breaks under an HTTPS:// call. Can't figure out why. Example: http://theceosystem.com/page-FreeTrial-1.php https://theceosystem.com/page-FreeTrial-1.php

any thoughts?

Thx... tjustinw3@hotmail.com

arielsalminen commented 5 years ago

@tjustinw3 Please check the browser console, you’re trying to load insecure content from http so the browser blocks it by default. See error:

screenshot 2018-09-21 12 51 39

tjustinw3 commented 5 years ago

perfect. thx so much.