Changing the size of the slider images?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #16470
    zweet16
    Participant

    Right now the size proportion is 1140×395. How can I change it so my picture height is taller? Is it already answered in the forum? I can’t find a way to search as opposed to just clicking through all 89 pages!

    I would like to to be closer to 1140×500

    Thanks

    #16484
    terryogara
    Participant

    Upload at 1140×500 and they should display that way. Make sure all images are the same size so you don’t experience any glitches as the slides move one to the other.

    #16536
    Daniel Tara
    Keymaster

    Open functions.php and find this line:

    add_image_size( 'slider-thumb', 1140, 395, 1 );

    replace it with:

    add_image_size( 'slider-thumb', 1140, 500, 1 );
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.