Ver originalfunction resize_images() { var MAX_WIDTH = 640; $("#pagecontent img").each( function() { alert($(this).width() > MAX_WIDTH); });}