• 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?

    View post on imgur.com

    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.