Book -MegaZine3 页码,18/20Determines the smallest size to which to downscale the pages, as a percentage value. E.g. if set to 0.25the book can get smaller to completely fit into the available space until it's at 25% of its original size.If minscale != maxscalethen Liquid Scalingis enabled.zoomsnap ■Type:String■Default:0.25,0.5,1,2,4,8A comma separated list of numbers, which define the zoom steps to which to "snap". This means that when the zoom level passes one of these values, it will stop at the snap value. For example, if the current zoom level is 0.4 and the user zooms in, and this would normally result in a zoom level of 0.6, with the default settings the new zoom level would be 0.5, because it is given in this list.The idea is to make it easier for users to reach zoom levels where the book scaling looks better -multiples of two, because in the case interpolation evens out to every second pixel; otherwise there can be interpolation artifacts.Note on usage: in combination with book@zoomstepsthis can lead to unwanted effects. Specifically, the actual number of zoomsteps might differ from the one given, because the snaps will likely result in additional steps. There are two ways to work around this:■disable snapping by setting this setting to an empty value ().■only use zoomsnap values as zoomsteps. To do this, set book@zoomstepsto 2 (). This way the only "normal" zoom levels would be book@zoomminscaleand book@zoommaxscale, but the zooming would snap to each of the given zoom snap levels when zooming, because they will always be "passed".Liquid Scalingwill always count as a "dynamic" snap level. I.e. when allowed (see book@zoomliquidscaling) and passing over the zoomlevel that would currently be set were liquid scaling enabled, the zoom level will snap to that level, and liquid scaling would be enabled again.zoomsteps ■Type:Integer■Default:5This defines the number of zoom steps. I.e. when zooming in or out, using either the mouse wheel or the buttons in the navigationbar, or calling the respective functions in the API without a parameter, how many steps there will be.That is to say if book@zoomminscaleis set to 0.5and book@zoommaxscaleis set to 2.5, and this attribute is set to 5, that means that in this case there are 5 steps, being equidistantly distributed: 0.5, 1.0, 1.5, 2.0and 2.5.Important: also see book@zoomsnapfor possible side effects, causing a different number of actual zoom steps than given here, and how to work around it.Liquid Scalinghas a similar effect, possibly adding another level, increasing the number of steps by one. To disable liquid scaling, see book@zoomliquidscaling.Note:in version 2.0.6 the behavior is a little different. In this version the attribute is a number, and takes the inverse of the number of steps to use (i.e. 1 / value). This was changed to this approach for 2.0.7+ to be more intuitive to use.http://www.megazine3.de/doc/Book 2013/9/3