Property: size

From Turn.js Documentation
Revision as of 01:41, 7 July 2012 by Emmanuel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>