I use an auto masonry blog asset to display thumbnails. How to set which post thumbnail will be square and which tall? Now it is automated. I know how to do this in portfolio, but here can find such an option. Or there is no such an option?
Grid is in 4 columns. First i square, then two tall. In second row is the opposite.
Hi,
I use an auto masonry blog asset to display thumbnails. How to set which post thumbnail will be square and which tall? Now it is automated. I know how to do this in portfolio, but here can find such an option. Or there is no such an option?
Grid is in 4 columns. First i square, then two tall. In second row is the opposite.
Thanks in advance!
Marcin
Hey Again,
Unfortunately there is no such option to manually set it.
Best
ThemeNectar Support Team
Hi, thanks.
So size is set in random way?
I also add 100% width to square thumbnails, because the title was left aligned and 55% width don't know why.
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
max-width: 100%;
}
Is that ok or there is a better way?
That should be alright.
Best
ThemeNectar Support Team