« Return to Archives

Maha Sivaratri at Kadavul Siva Temple, February, 2010

jQuery.noConflict();
jQuery("#gallery").galleria({
height: 400,
width: 600,
transition: "pulse",
transitionSpeed: 500,
imageCrop: true,
thumbCrop: true,
carousel: true,
image_pan: true,
extend: function(options) {
var gallery = this;
this.bind('image', function(e) { jQuery(e.imageTarget).unbind('click').click(function()
{ gallery.toggleFullscreen();
// { gallery.openLightbox();
});
});
}
});

Scroll to Top