Wordpress Resizes “Full Size” Images to 500px

I edited a Wordpress template so that the width of the body content was 730px. But when I inserted images and selected “full size”, the stupid thing still inserts <img width=”500″…/>. This can be fixed by adding this to your theme’s functions.php:

$GLOBALS['content_width'] = 730;

About this entry