It is simple and easy to deploy Ixhibition, though if more detail is required, please
see the Docs.
Note: Multiple galleries on the same page is supported. See
Custom ID
<div id="ixhibition" style="height: 640px; width: 320px;"></div>
var ixb = Ixhibition();
var imgList = [
"images/image1.jpg",
"images/image2.jpg",
"images/image3.jpg",
"images/image4.jpg"
];
ixb.setImageList(imgList);
ixb.setDisplayDuration(4);
ixb.loadOption("ixb_4");
This guide only provides a quick way of setting up and using Ixhibition, however there is far more control and options available. Please see the Docs for more information.