June 10, 20197 yr Good morning. I have a trouble with a website created by me. There are two containers with different widths (expressed as %) with different numbers of vertically positioned pictures. The first and the last images in columns should be on the same height. I want to express height of space between pictures as a percentage too. How to do it?
June 11, 20197 yr Is this like a masonry thing? You will find if you google plenty of pure css masonry equivalents
June 11, 20197 yr Author Yes, this is like a masonry thing. I found a solution. Thank you! P.S.: Do I must explain the solution?
August 18, 20196 yr On 6/10/2019 at 9:27 PM, John_Lavko234 said: Good morning. I have a trouble with a website created by me. There are two containers with different widths (expressed as %) with different numbers of vertically positioned pictures. The first and the last images in columns should be on the same height. I want to express height of space between pictures as a percentage too. How to do it? This is an older thread, but there's no answer here and maybe you're still wondering? You could do this with display: flex; You can find more info here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
Create an account or sign in to comment