ID ) ) { // Let's check the image. $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'slider-img' ); // If it is bigger or equal to 990 in width, let's skip this post if ( $image[1] >= 660 ) continue; } ?>