• Every time I upload a featured image it adds 4 different images of varying sizes. I choose “full size” and use as featured image. But it uses one of the images that it created which is smaller. The image I want to use is 972 x 461 and it keeps using an image 972 x 370 instead of the image I originally uploaded. I’ve tried everything I can think of and google to fix this but nothing works. The static image width and height and all the relevant css is 972 x 461. When you view the image it shows a streched version of the 972 x 370 to get to the 972 x 461.

    http://whistlerworks.com/clients/nawreck/site/top-8-causes/

    Thanks for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • try this

    <?php the_post_thumbnail(‘full’); ?>

    Thread Starter RChiiton

    (@rchiiton)

    Where? I’m assuming in the header.php file. Did that ~ no change.

    it will goes in your template

    Thread Starter RChiiton

    (@rchiiton)

    Unfortunately that is not very helpful.

    Looking for specific help on how to get wordpress to use the image that I am uploading and not an image that it is automatically generating during the upload process.

    Thanks for the help.

    Go to the setting -> media and remove all sizes mentioned there, you can try this

    or

    mention your image size in Thumbnail size Width Height
    and check on this “Crop thumbnail to exact dimensions (normally thumbnails are proportional)”

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Image’ is closed to new replies.