Hi, I’m working on a masonry grid. It has 5 columns and goes down to 3 when reducing the browser window. In Chrome it gracefully converts to the 3 columns when reducing the window size but when you enlarge it again large gaps appear when going back to 5 columns. Why is this and is there a way to improve the experience?
My guess would be that the widths for the elements aren’t whole numbers and it is just a result of how chrome renders fractional pixel values. I don’t really have any advise on how to fix it though…