~~~ $("img").each(function(){ if($(this).width() > $(this).parent().width()) { $(this).width("100%"); } }); ~~~