NeptuneLabs - FSI Viewer
110
5 FSI ImageFlow
FSI ImageFlow is a Javascript based image carousel with optional image zoom.
Supported devices
l
iOS 4 or higher
l
Android 4.x based devices
l
Windows 8 with touch enabled browsers
l
Mac OS with touch device
Usage
I) add the fsiimageflow.js script to the head of your document:
Exanple:
<head>
[…]
<script src="viewer/applications/imageflow/js/fsiimageflow.js"
type="text/javascript">
</script>
II) add a<fsi-imageflow> tag to the part of your document body where FSI ImageFlow
should be displayed. Add the desired dimension to it and image source (directory) to it:
Exanple:
<body>
[…]
<fsi-imageflow width="100%" height="150" src="/images/foo/" >
</fsi-imageflow>
Parameters are added to the <fsi-imageflow> tag. Note that you can as well use
configuration files:
5 FSI ImageFlow