first commit
This commit is contained in:
24
web/js/photoGallery/stStartGallery.js
Normal file
24
web/js/photoGallery/stStartGallery.js
Normal file
@@ -0,0 +1,24 @@
|
||||
jQuery(function($)
|
||||
{
|
||||
$(document).ready(function() {
|
||||
|
||||
var trigger = $('.zoom_image_trigger');
|
||||
|
||||
var links = $('.gallery a');
|
||||
|
||||
links.add(trigger).lightBox();
|
||||
|
||||
links.unbind('click');
|
||||
|
||||
trigger.jqzoom({
|
||||
zoomType: 'innerzoom',
|
||||
lens:true,
|
||||
preloadImages: false,
|
||||
showEffect : 'fadein',
|
||||
hideEffect: 'fadeout',
|
||||
title: false
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user