set equal height on multiple divs

前端 未结 5 1559
鱼传尺愫
鱼传尺愫 2020-12-21 15:49

I need to set equal height on a series of divs inside another div wrapper. The problem is that I dont want the same height on all of them. The page kind of have 3 columns an

5条回答
  •  一生所求
    2020-12-21 16:27

    Keep track of the widths and when they add up to the total width then resize the columns (keep track of which ones you've looked at OR how many might be easier) and then reset your currentTallest variable. So you'd be doing the resizing inside the loop every time you reached the end of the row.

提交回复
热议问题