Setting Ebooks screen size

The screen size (width and height) can be set using the Interface tab in Publication window, in the screen size width and height fields.

If these fields are left blank, the Ebook will start as a maximized and resizable window. If width and height are specified, the Ebook will start taking the size specified size. If the specified width is wider than user's screen, the Ebook will be maximized instead.

If Fixed size is selected, the user will not be able to resize the ebook. Add % after the width or height values to specify a percentage instead pixel values.

The screen size can be modified while playing an Ebook with the presence of a META SCREEN tag (inside the <HEAD> section), like this one:

      <META http-equiv="screen" content="600,300">

The new size will be 600 pixels wide and 300 high

      <META http-equiv="screen" content="600,300N">

If and N is added after the height, as in the example above, the interface (menus, buttons, and so on) will be hidden.

Also a new window with another size may be defined easily. Learn more.