4 FSI QuickZoom
FSI QuickZoom is an HTML5 and Javascript based tool adding image zoom to desktop
and laptop computers on mouseover. When hovering over a single source image
provided by FSI Server, the part of the image the cursor is currently pointing at will be
displayed enlarged in a zoom window next to the original image.
Supported devices
l
Desktop or laptop computers & all major browsers
Usage
To use FSI QuickZoom, make sure the respective images on your website come from
FSI Server and add the following script to the <head> section of your website:
Exanple:
<head>
[…]
<script src="viewer/applications/quickzoom/js/fsiquickzoom.js"
type="text/javascript">
</script>
</head>
It is possible to pass optional parameters via JavaScript. In this case it is crucial to
embed the QucikZoom script before defining the parameters:
Exanple:
<script type="text/javascript
src="/viewer/applications/quickzoom/js/fsiquickzoom.js"></script>
<script type="text/javascript>
$FSI.quickZoomParameters =
{debug:true, useDevicePixelRatio:false};
</script>
Alternatively it is possible to use an external JavaScript for defining the parameters. This
is useful if the parameters are valid for multiple HTML documents.
4 FSI QuickZoom
NeptuneLabs - FSI Viewer
98