is there a way that the book loads automatically and does not appear flat https://prnt.sc/11mqy5c
How can I make this section lower, when I have uploaded my book this is shown above and it is very annoying https://prnt.sc/11n60ah
How can I create the table of contents, to put the index of my magazine https://prnt.sc/11n65ya
function ready(scene) { setTimeout(function() { scene.visual.getOrbit().actions.rotate(null, {dx: 0, dy: -100, state: 'move'}); }, 10); } ready Where to insert the code in point 1?
?
WordPress plugin: Book editor->check show advanced options. Then look for Ready function in the general tab.
jQuery plugin:
$('body').FlipBook(..., ready: function (scene) { setTimeout(function() { scene.visual.getOrbit().actions.rotate(null, {dx: 0, dy: -100, state: 'move'}); }, 10); });