hi all,
i would like to make my image larger (width: 800px) in the post but i don't have any idea where/what to put on the code..
any help will be appreciate. thanks!
hi all,
i would like to make my image larger (width: 800px) in the post but i don't have any idea where/what to put on the code..
any help will be appreciate. thanks!
Edit your theme's functions.php theme and, after the opening <?php tag, add:
$GLOBALS['content_width'] = 800;
Hi Esmi,
Thanks for the reply. I did try to put the code right after the <?php tag but there is no success. No changes at all..
Hi,
Try to edit the style.css file and change img style width to 800px.
Thanks,
Shane G.
The edit I gave will only work with any new images that you upload. If you want to resize images already in your Media Library, have a look at http://www.viper007bond.com/wordpress-plugins/regenerate-thumbnails/
You must log in to post.