| Description: | Defines the way FSI Showcase integrates into the viewer | | Context: | Showcase (Plug-in) | | Type: | ENUM | | Values: | outside, inside, floating | | Default: | outside | | FSI Pages Mobile: | not supported |
- Outside (default)
The showcase occupies the entire height or width of the viewer instance shrinking the viewer size by the initial size of the thumbnail bar. The thumbnail bar will be placed above all viewer elements when enlarging the thumb bar by default.
- Inside
The showcase reduces the view port of the viewer by the initial size of the thumbnail bar, leaving the menu elements unchanged. The thumbnail bar will be placed below all viewer elements when enlarging the thumb bar by default.
- Floating
The showcase floats above the view port without modifying the viewer nor the view port size. The thumbnail bar will be placed below all viewer elements when enlarging the thumb bar by default.
<PLUGIN src="showcase">
<Layout value="outside" />
</PLUGIN>
|
|