Forums

larger image in post (5 posts)

  1. eyong
    Member
    Posted 3 months ago #

    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!

  2. esmi
    Member
    Posted 3 months ago #

    Edit your theme's functions.php theme and, after the opening <?php tag, add:

    $GLOBALS['content_width'] = 800;

  3. eyong
    Member
    Posted 3 months ago #

    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..

  4. Shane G
    Member
    Posted 3 months ago #

    Hi,

    Try to edit the style.css file and change img style width to 800px.

    Thanks,

    Shane G.

  5. esmi
    Member
    Posted 3 months ago #

    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/

Reply

You must log in to post.

About this Topic