CSS-Tricks / MovingBoxes

Simple horizontal slider which grows up the current box when it's in focus (image, title & text) and back down when it's not in focus.
http://css-tricks.github.io/MovingBoxes/
GNU Lesser General Public License v3.0
280 stars 147 forks source link

Not working in HTTPS #134

Closed kiki78 closed 4 years ago

kiki78 commented 4 years ago

Thank you for your code. I recently add certificate to our site to allow HTTPS and since MovingBoxes never work correctly in https, but continu to work correctly in http. I test it to your demo : https://css-tricks.github.io/MovingBoxes/ And problem is the same. Have you solution ?

Regards,

kiki78 commented 4 years ago

Please see result in http image

and httpS image

kiki78 commented 4 years ago

I solve it alone :-) Seems problem is not due to MovingNox itself. I just forget some http external link in my page. after converting it to https, this solve the problem.