Hi there, I would like to show full images and not have them crop in anyway will scrolling.
I red this post:
http://www.kriesi.at/support/topic/portfolio-slider-incorrectly-cropping-my-image
And made the changes from:
$avia_config['imgSize']['fullsize'] = array('width'=>930, 'height'=>930, 'crop'=>false); // big images for lightbox and portfolio single entries
TO: $avia_config['imgSize']['fullsize'] = array('width'=>990, 'height'=>590, 'crop'=>true); // big images for lightbox and portfolio single entries
Does not seem to work.
Help! : )














