• Resolved jackypants

    (@jackypants)


    I’m inserting an image into a separate page (not a post) and no matter what I do the image proportions are distorted – specifically, the width seems fixed at somewhere around 500px. When I insert the image I’m given size options that include the one I want – 819×1024 – so I select that and upload. In the Edit Page screen everything looks normal, but when I preview/publish the page the page width has been re-sized:

    http://bearskunk.com/comics/savage-sage-chicken-boy/1-2/

    I’ve set

    $max_width = 819;
    $GLOBALS[‘content_width’] = 819;

    inside functions.php. It looks like there’s a setting somewhere is is limiting the width of inserted images, even in full-page templates, to 500-530 px, but I can’t find where. Anyone have any clues?

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am not seeing any strecth here. Try another browser maybe your browser is causing the problem !!

    Thread Starter jackypants

    (@jackypants)

    **facepalm**

    I was using Firefox on Mac, and repeatedly saw this image being stretched (squeezed, really). I then switched to safari, no problem. Firefox on a Linux box, no problem. Went back to Firefox on Mac, cleared the browser cache, went back to the page in question – no problem.

    Thank you, kind person, for pointing out something I really, really, really should have tried on my own in the first 5 minutes.

    No problem, here to help. Just remember one rule of troubleshooting a webpage, clear history and cache and then move forward …. Mostly that resolves most of the css problems !!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘inserted image in page being stretched’ is closed to new replies.