I am using a featured image that was uploaded as 990×180, but my Container Width is set to 1100px. Using v0.5 of Generate-Page-Header my featured image displayed at 1100x200px, as I wanted.
But after upgrading to v1.1 of Generate-Page-Header, it is forced to 990px wide with the inclusion of width=”990″ in the HTML.
I have restored v0.5 of Generate-Page-Header for now, but can I get the featured image width to be the same as the Container Width using v1.1?
Resizing images can always result in quality loss, but with v0.5 this was barely noticeable.
I already have “Crop thumbnail to exact dimensions (normally thumbnails are proportional)” in Media Settings checked — this applies to all images in the Library.
My concern was that something changed between v0.5 and v1.1 of Generate-Page-Header:
With v0.5, the tag is:
img src=”http://xxxxxxxx.jpg” width=”1200″ height=”300″ alt=”” /,
but with v1.1 it is
img src=”http://xxxxxxxx.jpg” width=”990″ height alt=”” /.
(The actual image as uploaded is 990×180, and my container width is set to 1100)