Property: size

From Turn.js Documentation
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>