Glark

Forum Replies Created

list of topics you have created till now.

  • Glark
    Participant

    I went a different direction with the design and I can use all light-on-dark options now so you can ignore / delete this question. Thanks.

    Glark
    Participant

    Thank you @serkan. I did that but I don’t think it’s a case of the image is being displayed incorrectly in but rather “fit row” uses a 16:9 (or so) aspect ratio but “masonry” uses a square 1:1.

    ETA: Found the code to change on my end:

    functions-layout-grid.php

    if ($blog_grid_type == ‘fitRows’)
    {
    the_post_thumbnail(‘episody_image_size_4’);
    }
    else
    {
    the_post_thumbnail(‘episody_image_size_2’);
    }

    And just changed that 4 to 2.

Viewing 2 posts - 1 through 2 (of 2 total)