inserted image in page being stretched
-
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?
The topic ‘inserted image in page being stretched’ is closed to new replies.