Hi,
is there a trick to get box height like col-width? with JS or internal bootstrap-magic.
a box with 100 and 50% width, and i want to get same heights (in pixels) on every snappoint:
...sry for my english, I'm from germany xDCode:<div class="col-xs-12 col-md-6">lorem</div>
There isn't anything built into BS for equal heights. You can do it with flexbox, but not easily, as flexbox (without some additional fixes) breaks responsive grid.