Hi,
Please open functions.php and find this code.
$avia_config['imgSize']['logo'] = array('width'=>446, 'height'=>218 ,'copy'=>'greyscale'); // images for dynamic logo/partner element
Create a new one below for our ajax images. Name it portfolio-ajax for example.
$avia_config['imgSize']['portfolio-ajax'] = array('width'=>320, 'height'=>320 ,'copy'=>'greyscale'); // new portfolio ajax image
Open functions-choices.php and find this code
$slider -> setImageSize('fullsize');
Replace it with our new thumbnail size.
$slider -> setImageSize('portfolio-ajax');
You need to regenerate the thumbnails or upload them again.
Regards,
Ismael