What size should the images be for the slide show please?
Caroline
What size should the images be for the slide show please?
Caroline
Hey,
all sizes are listed in functions.php:
$k_option['custom']['imgSize']['base'] = array('width'=>267, 'height'=>180); // backend preview size, if changed does not affect the frontend
$k_option['custom']['imgSize']['S'] = array('width'=>60, 'height'=>60); // small preview pics eg sidebar news
$k_option['custom']['imgSize']['SL'] = array('width'=>150, 'height'=>150); // small preview pics eg testimonials
$k_option['custom']['imgSize']['M'] = array('width'=>200, 'height'=>130); // medium preview pic eg gallery
$k_option['custom']['imgSize']['L'] = array('width'=>610, 'height'=>260); // image for blog posts
$k_option['custom']['imgSize']['LL'] = array('width'=>790, 'height'=>390); // image for accordion and featured news slider
$k_option['custom']['imgSize']['XL'] = array('width'=>910, 'height'=>390); // big images for fullsize pages and mainpage sliderThank you,
Caroline
Glad that I could help you :)
You must log in to post.