$(document).ready(function(){
  if($('#photo img').height() > 253){$('#photo img').height(200);}
  if($('#photo img').width() > 315){$('#photo img').width(200);}
});
