• Resolved patzz72

    (@patzz72)


    Is there any way to make the grid consists of square’s? The featured images in most of the posts aren’t squares but I would like to create a grid with square images (the sides might be cut off) with the title of the post at the bottom. I thought using tumbnailes would help, but I really cant get it to work in the layouts. Any tips?

Viewing 4 replies - 1 through 4 (of 4 total)
  • azizulraju

    (@azizulraju)

    Hi @patzz72,
    Thanks for your post.

    Could you please tell me if you’re trying to create a shortcode-based post grid (screenshot: https://i.imgur.com/qDQ5Dhe.png)
    Or, Gutenberg block-based post-grid? (screenshot: https://i.imgur.com/yjBpVzQ.png)

    If you’re using block, then most of our premade layouts will generate a square image. Just select a premade layout (ex:82) on your post grid, and you’re done.
    Screenshot: https://i.imgur.com/r1Gw9i4.png

    • This reply was modified 2 years ago by azizulraju.
    Thread Starter patzz72

    (@patzz72)

    Hi, I’m jusing the shortcode-based post grid.

    PS. in the block-based post grid there are no free templates right?

    • This reply was modified 2 years ago by patzz72.
    Thread Starter patzz72

    (@patzz72)

    A way to make it work is bit of custom css

    .post-grid .item .layer-media img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    }

    azizulraju

    (@azizulraju)

    Yes, you’re right.
    By the way, in the block-based layout, all post layout is free to use. But if you want to customize and import that specific layout, you’ve also bought the pro version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Square images’ is closed to new replies.