jGallery
Example
Code
$(document).ready(function(){
$('.jGallery').jGallery();
});
Code Example 1
$(document).ready(function(){
$('.jGallery').jGallery({
jgBackgroundOpacity: 0.9
});
});
Code Example 2
$(document).ready(function(){
$('.jGallery').jGallery({
jgBackgroundOpacity: 0.2,
jgImageMaxWidth: 500,
jgImageMaxHeight: 200
});
});
jGallery on GitHub & Author Igor Escobar