blasten / turn.js

The page flip effect for HTML5
www.turnjs.com
Other
7.22k stars 2.48k forks source link

turnjs magazine not working!!! #636

Closed lefteris35 closed 5 years ago

lefteris35 commented 5 years ago

Hi, i import the code to online server and it display only the images in list! screenshot: https://drive.google.com/file/d/10Wg0zVeet06mg0E7Bin5h4qscvnZH2FX/view?usp=sharing

Any ideas how to fix that issue?

Thnx!!!

lefteris35 commented 5 years ago

Hey guys! I FOUND IT ! ! ! ! ! At the end of index.html is the code bellow! yepnope({ test : Modernizr.csstransforms, yep: ['../../lib/turn.js'], nope: ['../../lib/turn.html4.min.js'], both: ['../../lib/zoom.min.js', 'js/magazine.js', 'css/magazine.css'], complete: loadApp });

I replaced the ../../ and it WORKS ! ! ! ;D