/ Published in: JavaScript
Expand |
Embed | Plain Text
$('#images').galleria({ transition : 'fade', image_crop: true, image_margin: 0, extend: function() { this.bind(Galleria.LOADFINISH, function(e) { $('.galleria-info-description').hide(); /* $(e.imageTarget).click(this.proxy(function(e) { e.preventDefault(); // removes the garbage var obj = this.getData(); $.colorbox({ 'href': obj.description, 'width' : '70%', 'inline' : false, 'opacity' : 0.7 }); })) */ }); } });
You need to login to post a comment.
