Method: resize: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
Recalculate the size and position of all the pages
{| class="wikitable"
|-
! This method does not have properties
|}
Example:
<pre class="javascript">
$("#flipbook").turn("resize");
</pre>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>

Revision as of 01:23, 7 July 2012

Recalculate the size and position of all the pages

This method does not have properties


Example:

$("#flipbook").turn("resize");

<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>