Hi, yes. In the spine, you use the "linear" attribute to indicate that. For example:
In the manifest:
<item id="LargePicture" href="LargePicture.xhtml" media-type="application/xhtml+xml"/>
Then in the spine:
<itemref idref="LargePicture" linear="no"/>
|