$('.wp-post-image').each(function(i) { var height = $(this).height() if (height != 346) { console.log(height); } });