Full image is being loaded, not smaller version
-
Why is this image loading the full size, when it is clearly smaller? Isn’t this image supposed to choose the smartest size from srcset? Did I accidentally override this somehow?
This is the code I used to output the image
<?php echo the_post_thumbnail('shop_catalog', array('class' => $smallImg . ' ' . $moveUpImg)); ?>
- The topic ‘Full image is being loaded, not smaller version’ is closed to new replies.