3D FlipBook - How to display custom bookmarks?

i***o@proxevent.it
2021-02-15
2021-02-15

Hi,

I bought your plugin and I'm trying to display custom bookmarks, what I did is:

$('.solid-container').FlipBook({
                pageCallback: function(n) {
                    return {
                        type: 'image',
                        src: `https://www.leathercode.sureskins.it/app/uploads/cataloghi/1.jpg`,
                        interactive: false
                    };
                },
                pages: 4
            });

so essentially I would like to set custom bookmarks like this:

chapter 1 chapter 2 chapter 3

when the user click on one of these, the plugin should open a specific image of the flipbook. How can I do this?

Kind regards

Replies

a***r@3dflipbook.net
2021-02-15
2021-02-15

Hi, the plugin supports only pdf bookmarks.

Log In to leave a comment