Hi,
I would like to have a different size for static images on top of fullwidth pages - and only on those pages; the sliders (like my KenBurn on the frontpage for example) should remain "as is".
I found in functions.php the sizes, and registered a new for my fullwidth pages static images:
$avia_config['imgSize']['fullsizestaticimage'] = array('width'=>930, 'height'=>230); // big static images for fullsize pages only
But now ... where can I add what kind of code, so that static images on top of fullwidth pages uses this new size?
Note: if I add a slider on these pages, the silders should remain the original image size format ("featured") of 930x390px.














