Hi. More info for you.
This is the code I have in styles.css >>
#top .slideshow{
height:567px; /*this changes the height of the main image slider*/
width:850px;
overflow: hidden;
position: relative;
list-style-type: none;
padding:0;
margin:0 0 20px 0;
border:none;
}
#top div .slideshowBig{
width:850px;
height:567px;
margin:30px 40px 0 40px;
}
This is the code I have in functions.php >>
$k_option['custom']['imgSize']['XL'] = array('width'=>850, 'height'=>567); // big images for fullsize pages and mainpage slider
$k_option['custom']['imgSize']['XXL'] = array('width'=>850, 'height'=>567); // big images for homepage
I have regenerated the thumbnails but still I have a problem with a tile effect on the images - http://www.substancephotography.co.uk
Many thanks for your support.
Mat