Content Elements: dropp

dropp represents an Issuu document loaded in the Viewer.

This is the only compulsory object in the Viewer; without it, the Viewer won’t be able to function.

Example

<?xml version="1.0"?>
<viewer xmlns="http://issuu.com/viewer/1.0" backgroundColor="#111111">
 
 <dropp left="0" right="0" top="0" bottom="0"/>
 
</viewer>

In the example above, the document occupies all the available space in the Viewer.

The dropp element supports all the common attributes, except the background attributes.

 

Contents