Image Resize

This topic is: not resolved

This topic contains 3 replies, has 3 voices, and was last updated by  Archie22is 4 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #173288

    Archie22is
    Member
    Post count: 1

    Hi guys,

    I am currently using the following to display pods images in a loop:

    # resize image before print

    echo( "" );
    ?>

    I want the images to be resized to the following fixed dimensions: W:250px and H:120px… what is the correct procedure to output that kind of a layout?

    #173289

    hacksey
    Member
    Post count: 17

    I usually use timthumb for image resizing, but there should be many other options.

    #173291

    sc0ttkclark
    Keymaster
    Post count: 805

    First, you need to add the image sizes to your WordPress.

    Add some add_image_size calls in your functions.php file: http://codex.wordpress.org/Function_Reference/add_image_size

    Once you’ve added the new image sizes, regenerate the thumbnails for your site so all of your images get resized in the new sizes:

    http://wordpress.org/extend/plugins/regenerate-thumbnails/

    #173314

    Archie22is
    Member
    Post count: 1

    Hey guys,

    Thank you both for your assistance. I went with Scott’s method and it eventually got it right.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.

Wordpress Cloud Hosting