Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #235433

    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 :/

    #236254

    ?

    #236792

    I would really like to get some help please…

    #237339

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.