• Resolved aljazbo

    (@aljazbo)


    Hello
    I used the otter plugin to display the posts for my blog in a grid. All the images used to be the same size. But now all the images in the first column of the grid are smaller than the other two columns. I have tried changing the image sizes but the images in the first column remain smaller than the last two.

    Any one know how to fix this?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Hardeep Asrani

    (@hardeepasrani)

    Hey @aljazbo,

    Thank you for the report. We will add some options to make this better. For now you can use the following CSS to fix it:

    .wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-image img {
      max-height: 250px;
      object-fit: cover;
    }

    You can change the max-height to some other value if you want. Let us know if it helps!

    I am having a similar issue in which it appears that the images in the middle columns are the wrong size. I am using 3 columns. That said it looks like the column widths/heights are the problem. If I use the code above, it doesn’t solve the problem, the width of the middle column is not as wide as the other columns, even if it fixes the height.

    Plugin Support Vytis

    (@bvytis)

    Hi @eventide0,

    As this issue is already resolved if you’re facing a similar one please open a new thread and post more details with screenshots and your website’s URL for us to check.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Images in first column of my post block different size’ is closed to new replies.