• I am adding an image to a “page” that is full site width, with no sidebars. WordPress keeps trying to shrink my images automatically (down to 595pixels), and I am trying to display an image at 900 pixels wide.

    I added CSS to force it large, but it simply enlarges the version that WP shrinks, so the image is blurry.

    URL to page: https://www.honeytrek.com/tripcoach/
    Image: “as seen in”
    Desired size: 900*100pixels

    Source code showing WP shrinking then me enlarging:
    <img src=”https://i0.wp.com/www.honeytrek.com/images/As-Seen-In.png?w=595&#8243; alt=”Trip Coach Press” style=”width:900px;height:100px;” data-recalc-dims=”1″ />

    Thanks anyone who can help!
    Mike

Viewing 1 replies (of 1 total)
  • I am getting the same issue. I want the image to be full size at 1000px width, but it keeps resizing to 640px width after I save the page. I don’t know if the resize is coming from a function or if it’s from a stylesheet, but I need a solution quickly.

    Before:
    <img src="https://[website here]/wp-content/uploads/2014/09/luxury-home.jpg" alt="luxury-home" width="1000" height="450" class="alignleft size-full wp-image-3464" />

    After:
    <img src="https://i2.wp.com/[website here]/wp-content/uploads/2014/09/luxury-home.jpg?resize=640%2C288" alt="luxury-home" class="alignleft size-full wp-image-3464" data-recalc-dims="1">

    Edit: I have spent hours trying to find a solution with no luck. If anyone can help, I will really appreciate it!

Viewing 1 replies (of 1 total)
  • The topic ‘Images resized – can't figure out how to override’ is closed to new replies.