banner design

DhoniShow is an easy to setup image gallery script built with Prototype & Script.aculo.us.

The transitions between the images can also be updated with simple parameters too.

Prototype Image Gallery

How to use this image gallery?

  • Insert the Prototype, Scrip.aculo.us and dhonishow.js files into your webpage.
  • Create a div element with the class=dhonishow and add any number of images inside the div. Like this:

<div class="dhonishow">
  <img src="img/cute_cat.jpg" alt="My cute cat." />
  <img src="img/cute_dog.jpg" alt="My cute dog." />
  <img src="img/cute_hamster.jpg" alt="My cute hamster." />
</div>