@ andycaps
First post section "Custom Settings"
Make changes here
Code:
//picture width and height !same as in the CSS FILE!
$maxwidth = 650;
$maxheight = 250;
and here
Code:
.theme-uf #slider {
margin:0px auto 0 auto;
width:650px; /* Make sure your images are the same size */
height:250px; /* Make sure your images are the same size */
}
You can change those numbers any way you like to match your site needs.
Different sizes for each image is not supported by the nivo slider - well it can be done, but does look horrible.
Of course additional rules for the resizing process can also be added. Let's say pictures is smaller than 200px -> it won't be used and the slider takes the fallback image instead (that's basecially how we do it on our site). As said in the first post, if one wants something special, just ask - i will try to come up with some code, but won't promise i will.