-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to remove unneeded pages from flipbook using Steve Jobs sample #686
Comments
You have to change the max numbers of pages also in file ../css/.css and ../jr/.jr index.html :flipbook.turn({ *.css :.sj-book .p1, .sj-book .p83{ *.js :function updateDepth(book, newPage) { |
I tried making all these changes, but whenever i go into index.html and change 112 to 82 i get the blank white screen flipbook.turn({ |
please check the maximum number of pages. It must be even. |
index.html:
|
I have about 83 pages in my flipbook that I made using the Steve Jobs sample project. I'm trying to remove the rest of the pages so it goes from my last page directly to the back book jacket.
I've tried changing "pages:112" in index.html to "pages:83" (as seen below), but everytime I change the number my whole flipbook disappears.
flipbook.turn({
elevation: 50,
acceleration: !isChrome(),
autoCenter: true,
gradients: true,
duration: 1000,
pages: 112,
when: {
Any help would be much appreciated!
The text was updated successfully, but these errors were encountered: