Closed (fixed)
Project:
PageFlip: Book, Magazine, Comic Viewer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
18 Oct 2010 at 11:30 UTC
Updated:
13 May 2012 at 07:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
l_arbalette commentedHello Duarte,
I faced the same problem when trying to setup my first book properly, until I understood that I needed to setup 2 parameters under Site Configuration -> Megazine3 viewer -> Book tag attributes (global default):
pageheight="720"
pagewidth="640"
or maybe
pageheight="845"
pagewidth="597"
in your case ?
Did you try that ?
and then, the consequence may be that the book is too large for your screen, but in that case, you can enable the LiquidScaling feature by adding in the same block something like zoommaxscale="2.0"
zoomminscale="0.5"
The smooth transition from the min scale to the max scale is guaranted by the 2 images that you have to load in the 1080 field and the 720 field on each pageflip page. Since your images are not x720 but x845, I guess that you should load 597x845 images in the 720 or 1080 field, and whether 896x1268 or 299x423 in the other one, depending on what you're expecting in term of zoom capabilities...
but I'm not sure : let me know your findings !
EDIT1 : what I said is wrong. See thread #956582: Resolution of uploads
Comment #2
56rosa commentedHello l_arbalette,
how did you get the node id in there please? I mean in the "back cover id".
It won't accept my dimensions because it "can't load node". And the section for the node id is highlighted in red.
Thanks a lot
P.S.: Please see the file attached
Comment #3
56rosa commentedHello,
Can someone explain to me how to size properly the PageFlip book?
I went into admin/settings/pageflip/megazine3, then Book tag attributes, and set the size of my page there. However, even when I have the image sized according to the size that I have in the book tag attributes, it does not give me the same size when I open the PageFlip Book.
For example, I have the images sized 556x720.
So, then I have the Image(720) and Image (556) in the Image field for Megazine3.
But, it slightly squashes the image (PageFlip page), and so, it's like I need to mess around with the size in the Book tag attributes now, to make it work.
I don't think that it's supposed to happen, or what am I doing wrong please?
Thanks a lot
Comment #4
l_arbalette commentedHello Duarte, hello 56rosa,
I said something wrong above.
See thread #956582: Resolution of uploads.
Regarding the back cover node id, i don't know : I left this field empty, since I don't want all by books having the same back cover...
Comment #5
hanskuiters commentedAbout the node id: look up the node id of the BOOK page you want as the last page of your book. Then on the settings page, only type the NUMBER (whitout node/). That should do it.
Comment #6
56rosa commentedHello Capono,
Yes, I understood that in the end!
Thanks for replying though.
Comment #7
adamdicarlo commentedComment #8
adamdicarlo commentedComment #9
adamdicarlo commentedCommitted global configuration that allows specifying page width and height in pixels for low and high resolutions:
http://drupalcode.org/project/pageflip.git/commit/1fc26c795c8d0f374f726d...
Anybody want to test it and tell me if it works for you?
Comment #10
adamdicarlo commented