• I noticed something odd today. This is in regards to inserting images into the post body using the traditional WordPress image interface. The code to images on my posts looks correct, however, it seems it’s still rendering the images at full size (the largest size I upload at), even though the code clearly reads “medium”. That’s not good at all. I don’t get why it’s doing that.

    Take a look a sample code of an image:

    <a href="https://rallyways.com/wp-content/uploads/2016/02/tuned_exhaust_system_factory.jpg" rel="attachment wp-att-11006"><img src="https://rallyways.com/wp-content/uploads/2016/02/tuned_exhaust_system_factory-750x500.jpg" alt="Factory Tuned Exhaust System - NC Miata" width="750" height="500" class="aligncenter size-medium wp-image-11006" /></a>

    See how the img src URL says 750×500? That’s the display size I want. It’s my MEDIUM image size. However, when I open the image on another window, or drag straight into photoshop from the browser, I’m getting the large 1140px image. It’s what the site is rendering for every image. I noticed this is happening with at least 3 or 4 of my sites. What gives!!??? I don’t get it. Why is it not rendering the medium 750×500 image? Any help?

  • The topic ‘Images Rendering Incorrectly at Full-Size Instead of Medium’ is closed to new replies.