3D FlipBook - Raise up zoom level

f***1@yahoo.com
2020-07-17
2020-07-19

i rode your documentation but is unclear how can I raise up zoom max level (needed especially in mobile devices). props.zoom.max = 25? or what? thanks

Replies

a***r@3dflipbook.net
2020-07-19
2020-07-19
options = {
...
    controlsProps: {
      scale: {
        max: 5,
        levels: 10
      }
    }
...
}
Log In to leave a comment