527,7 → 527,7 |
function ouvrirPopUpImgCel(event) { |
event.preventDefault(); |
window.open($(this).attr('href'), "Photo "+$(this).children("img").attr("alt"), |
'height=500, width=500, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no'); |
'height=750, width=630, top=100, left=100, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=yes, status=no'); |
} |
|
//+----------------------------------------------------------------------------------------------------------+ |