Open gammaw opened 2 years ago
More hints (along the lines: Masonry library/image loading may be causing the bug):
The problem here is caused by using vertical image ratios (e.g. height > width). I had to upload an image like this to reproduce locally, worked fine with squares/horizontal pictures. The lazy fix is to crop our featured images :)
I was wrong before. I could reproduce the issue with only square and landscape images as well. However, the grid seems stable when using the same image ratio for all articles
Bug (sometimes, non-det behavior):
Root cause seems to be (wrongly calculated
height
value):Hints: Masonry, Jetpack,
infinite-wrap
class