$(function() { $(".ob_img img").load(function (){ $(this).filter(function() { return $(this).width() > 100 }).after('<div class="photo_numb"></div>') }) });