Skip to main content

What is FSI ImageTwins?

FSI Image Twins is a memory game where the user has to find pairs of identical images.

Usage

To use FSI ImageTwins, make sure the respective images on your website come from FSI Server and add the following script to the <head> section of your website:

Example:
<head>
<script src="//yourdomain.com/fsi/viewer/applications/imagetwins/js/fsiimagetwins.js"></script>
</head>

Add a <fsi-image-twins-game> tag to the part of your document body where FSI Image Twins should be displayed. Add the desired dimension to it and image source (directory) to it:

Example:
<body>
<fsi-image-twins-game dir="images/"
width="100%" height="100%" columns="6" rows="6"></fsi-image-twins-game>
</body>

Parameters are added to the <fsi-image-twins-game> tag.