WordPress reducing width of full-width images
-
Hello,
WordPress is reducing the width of full-width images on my blog.
Example: https://www.tomewer.com/first-putting-lesson-andy-gorman/. The top image should be 800px wide (limited to the width of the containing div). Here’s the HTML on the backend:
[caption id="attachment_45" align="aligncenter" width="800"]<img class=”wp-image-45 size-full” src=”https://www.tomewer.com/wp-content/uploads/2014/09/andy-gorman.jpg” alt=”That’s Andy on the right…not me on the left though.” width=”800″ height=”417″ />That’s Andy on the right…not me on the left though. Photo courtesy of the PGA.[/caption]
And here’s the code on the front end:
<p><img class=”wp-image-45 size-full” src=”https://i1.wp.com/www.tomewer.com/wp-content/uploads/2014/09/andy-gorman.jpg?resize=604%2C315″ alt=”That’s Andy on the right…not me on the left though.” data-recalc-dims=”1″ /></p>
<p>That’s Andy on the right…not me on the left though. Photo courtesy of the PGA.</p>This is happening on images without captions too (e.g.: https://www.tomewer.com/the-warwickshire-kings-course/).
Any ideas?
Cheers,
Tom
- The topic ‘WordPress reducing width of full-width images’ is closed to new replies.