Latest Plugin (1.11.1) works for Safari and Chrome, but not for Firefox:
Error message:
TypeError: _libs.$.get is not a function loadFiles /js/3dflipbook.min.js:1 loadFiles /js/3dflipbook.min.js:1 loadFiles /js/3dflipbook.min.js:1 loadFiles /js/3dflipbook.min.js:1 build /js/3dflipbook.min.js:1 View /js/3dflipbook.min.js:1 BookView /js/3dflipbook.min.js:1 FlipBook /js/3dflipbook.min.js:1 <anonymous> /catalogues/view:1053 EventListener.handleEvent* /catalogues/view:1052 3dflipbook.min.js:1:292180
Tried many things, but without look. Any idea?
jQuery is not defined. probably you use lazy loading for scripts and 3dflipbook.min.js loads faster than jquery.min.js . could you write a link?
I had to change the jQuery loading order to the top of the BODY (instead of the bottom as stated in the documentation) Now it works