the look of the layout is great, but is there a parameter to set the curl of the right page to be less (less distorted) to be able to read more clearly near the spine? thank you
you can reduce page depth:
$('#container').FlipBook({ ..., propertiesCallback: function(props) { props.page.depth = 2; return props; } });
or use flat bookStyle: https://3dflipbook.net/documentation#general-approach, watch https://www.youtube.com/watch?v=DKUtxM8tc1A
bookStyle
you can reduce page depth:
or use flat
bookStyle
: https://3dflipbook.net/documentation#general-approach, watch https://www.youtube.com/watch?v=DKUtxM8tc1A