Hey @doczimute,
Can you give us more details about the issue? Thank you!
Screenshot with version 2.0.16
——
Screenshot with version 2.1.0
Loss of link styling and padding/margin. 3rd image not keeping the format.
-
This reply was modified 3 years, 7 months ago by
doczimute.
Hey @doczimute,
We’ve redesigned the Posts block. You should edit the post and you will see a lot of new options in the Posts Block including few new style options. Overall, it makes the block a lot more flexible than it was before and we would recommend you give it a try and let us know if it works for you.
Let us know your thoughts!
Hello, sorry, but unfortunately I can’t get the desired settings, that is to say, to obtain the visual expected before the update from version 2.0.16 to version 2.1.0. So I simply took another “Posts” block editor (CoBlocks) with the new version offered.
Hello, I am coming back to inform you that the proposed solution requires adaptations depending on the format of the image, for example for images of 900px * 600px.
For 3 columns, max-height is set to 200px, otherwise nothing happens (image always higher than the first 2 columns).
max-width is used, otherwise the image is wider in the third column compared to the first 2 columns.
.wp-block-themeisle-blocks-posts-grid .o-posts-grid-post-image img {
max-height: 200px; max-width: 300px; object-fit: cover; }