Class: .own-size

From Turn.js Documentation
Revision as of 04:51, 7 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

Customizes the size of a page. The CSS rules width and height can be added directly to the page selector or using the style parameter. For example:

<div id=”flipbook”>
	<div>Page 1 with default size</div>
	<div class=”own-size” style=”width:100; height:100px;”>
		Page 2 with own size
	</div>
</div>

<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>