$(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto({ deeplinking: false, default_width: 600, default_height: 550, allow_resize: true, }); });
Back to Top