jQuery(function($) { if( $('#X5EC98I85G').length>0) $('#X5EC98I85G').galleria({ width:436, height:600, transition :"fade", extend: function(options) { // listen to when an image is shown this.bind('image', function(e) { // lets make galleria open a lightbox when clicking the main image: $(e.imageTarget).click(this.proxy(function() { this.openLightbox(); })); }); } }); if( $('#62D25FX7QB').length>0) $('#62D25FX7QB').galleria({ width:500, height:300, transition :"flash", extend: function(options) { // listen to when an image is shown this.bind('image', function(e) { // lets make galleria open a lightbox when clicking the main image: $(e.imageTarget).click(this.proxy(function() { this.openLightbox(); })); }); } }); });