Add image proportions as a class to WordPress images
The following code will add the classes img-ratio-square, img-ratio-lt-square or img-ratio-gt-square to every image that’s printed using wp_get_attachment_image() <?php add_filter(‘wp_get_attachment_image_attributes’, function ($attr, $attachment, $size) {…