Property: size: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 7: Line 7:
alert("Width: "+size.width + ", Height:"+size.height);
alert("Width: "+size.width + ", Height:"+size.height);
</pre>
</pre>
==See also==
* [[Method: size|Method: size]]
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>

Latest revision as of 01:41, 7 July 2012

Gets the size of the flipbook. It would be an object with two keys, width and height.

Example:

var size = $("#flipbook").turn("size");
alert("Width: "+size.width + ", Height:"+size.height);

See also

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>