Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #175374

    It seems the grid template is loading the full size featured image then resizing to 208 x 168.

    Is it possible to change the template to load just the thumbnail? (which can be sized to 208 x 168

    #175478

    Hi ttem!

    The blog grid layout use the portfolio thumbnails set on functions.php

    $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column)

    You can change the size then regenerate the thumbnails.

    Best regards,
    Ismael

    #175489

    ahh… I now understand that they were coded to be that size to also accommodate the 2 column layout though for my needs 3 column size is preferable also I don’t plan on using any other portfolio layout templates that require the larger 495 x 400 image so reducing to 208px width should speed up page load.

    Thanks for your help Ismael!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change blog Grid template to use thumbnails’ is closed to new replies.