Hi,
There where no problem the other week but when I now have added new post the image in Enfold Latest news are blurry – this page: http://www.idtraveller.com/dominican-republic-alsol-hotels-resorts/
See on the left hand side.
Why?
Thanks
Charlotte
Hey Charlotte!
Change line 117 in the /enfold/functions.php file from this.
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news
To this.
$avia_config['imgSize']['widget'] = array('width'=>140, 'height'=>140); // small preview pics eg sidebar news
And then regenerate your thumbnails, http://wordpress.org/extend/plugins/regenerate-thumbnails/.
Regards,
Elliott
Thanks :)