Open atrivino-rightpoint opened 8 years ago
Hi, you might change your html code like that:
<div class="gallery">
<div class="brick ">
<img src="http://lorempixel.com/200/175/abstract/"/>
<div class="info">
<div class="header">Header</div>
<div class="description">Description</div>
<div class="tags">Tags</div>
</div>
</div>
<div class="brick">
<img src="http://lorempixel.com/200/175/abstract/"/>
<div class="info">
<div class="header">Header</div>
<div class="description">Description</div>
<div class="tags">Tags Tags Tags Tags Tags Tags Tags Tags Tags Tags Tags Tags</div>
</div>
</div>
</div>
Best
Hello!
I am encountering the issue where bricks are aligned at the bottom of each row. I would like my layout to look like the pinterst layout.
My HTML looks like this:
and my js looks like this:
Please help.
Thanks so much in advance!