$(document).ready(function(){ $("a[@href$='.jpg']").lightBox({ /* détails sur http://leandrovieira.com/projects/jquery/lightbox/ */ overlayOpacity: 0.6, imageLoading: 'http://www.beziers-mag.com/pages/illustrations/chargement.gif', imageBtnClose: 'http://www.beziers-mag.com/pages/illustrations/lightbox-fermer.gif', imageBtnPrev: 'http://www.beziers-mag.com/pages/illustrations/lightbox-prec.gif', imageBtnNext: 'http://www.beziers-mag.com/pages/illustrations/lightbox-suiv.gif', imageBlank : 'http://www.beziers-mag.com/pages/illustrations/lightbox-blanc.gif', containerResizeSpeed: 350, txtImage: 'Image', txtOf: 'de' }); });