Hi, how can I open the bookmark panel (cmdToc) by default when a flipbook is launched? thanks
Use ready function:
$('body').FlipBook({ ..., ready: function(scene) { scene.ctrl.cmdToc(); } });
Use ready function: