pixelcog / parallax.js

Simple parallax scrolling effect inspired by Spotify.com implemented as a jQuery plugin
MIT License
3.53k stars 840 forks source link

CDN version outdated #289

Open TheOldMan2000 opened 4 years ago

TheOldMan2000 commented 4 years ago

Hi,

<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>

I tried using 1.5.0 but it returned a not found. Perhaps the latest versions could be added?

Many thanks.

anaisgsprt commented 4 years ago

Hi,

<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>

I tried using 1.5.0 but it returned a not found. Perhaps the latest versions could be added?

Many thanks.

I found the cdn 1.5.0 version here : https://www.bootcdn.cn/parallax.js/

TheOldMan2000 commented 4 years ago

Thank you very much!