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

    Hello, I have a masonry gallery, it looks ok but when I checked the source, I realised that it displays as the thumbnails the original photos (about 2000x1500px) scaled by css. Shouldn’t it be a compressed thumbnails?

    #521324

    Hey iheartwine,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Thanks,
    Rikard

    #521995

    ok, here you go

    #522206

    Hey!

    Did you remove the theme’s preset thumbnails? The masonry gallery element should use the “masonry” thumbnail specified in the functions.php file,

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    
    

    Cheers!
    Ismael

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