$( "img" ).each(function() { if (parseInt($(this).css("width")) > 200) { $( this ).addClass( "watermark" ); } });