Option: width
From Turn.js Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
+ | Sets the width of the page. | ||
+ | |||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! scope="row" align="right" | Type | ||
+ | | Number | ||
+ | |- | ||
+ | ! scope="row" align="right" | Default value | ||
+ | | <pre class="javascript">$("#flipbook").width()</pre> | ||
+ | |} | ||
+ | |||
<yambe:breadcrumb>Turn Options</yambe:breadcrumb> | <yambe:breadcrumb>Turn Options</yambe:breadcrumb> |
Revision as of 19:55, 5 July 2012
Sets the width of the page.
Type | Number |
---|---|
Default value | $("#flipbook").width() |