$(document).ready(function(){
  $(".lightbox, .pic a").lightbox({
  fitToScreen: true,
  imageClickClose: false
  });
});
