$(document).ready(function() {
	if ($('.image img').width() < $(window).width()) {
		$('.image').addClass('short');
	}
});
