$(document).ready(function(){
	$('.thumbnail img').attr('width', '100').removeAttr('height').addClass('test');
});
