Hey,
so the thumbnails are sharp because of an quick .css i found here on the site, but my images are full quality when you click them , but very blurry when you see them in te big preview block.
I have uploaded 1000×800~ px images, so they are big enough, but still become blurry..
Here is the site, see for yoursel: http://www.zenze.nl/beta/showcase/nieuwe-responsive-website-suburbia/#toggle-id-3
Please help, it’s pretty frustrating :/
I would really like to get some help please…
Hi!
Please edit functions.php, find this code on line 105:
$avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column)
Replace it with:
$avia_config['imgSize']['gallery'] = array('width'=>1000, 'height'=>800 ); // images for portfolio entries (2,3 column)
Regenerate the thumbnails using this plugin: http://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Ismael