Help  >  HTML Edition  >  FAQ  >  How Do I Specify A Fixed Size For The App...

How do I specify a fixed size for the application?

You have to remove the string with a link to the file liquid.js from the index.html file:
and specify the desired application size using the parameters stageWidth and stageHeight. The values of these parameters have to be numbers, not strings:
flippingBook.stageWidth = 800;
flippingBook.stageHeight = 500;