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