Photo slider size

Viewing 2 posts - 1 through 2 (of 2 total)
  • #6076
    christina
    Participant

    I’d like to change the size of the default photo slider. Is this possible? It currently takes up a large portion of my screen and I’d like to make it smaller.

    Thanks!

    #6087
    Daniel Tara
    Keymaster

    In functions.php you have this line:

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

    The numbers represent the width and the height of the slider, inherited from the background images. You may want to alter only the height as the width may disproportion the entire page.

    Afterwards, use a plugin like AJAX Thumbnail Rebuild to recreate the thumbnails.

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

You must be logged in to reply to this topic.