2sic/2sxc-content-bootstrap3

See if syncHeightResponsive can be made generic

iJungleboy opened this issue · 2 comments

ensure syncHeightResponsive always works, the current implementation sometimes includes the script, but it's not called, or the
anchor for it is a template specific wrapper - i think this should be simpler, like "co-sync-height-container" and "co-sync-height-element"

fyi: with upcoming Flexbox support this can be made possible exclusively with CSS.

Search for: flexbox equal height
Current Flexbox browser support: http://caniuse.com/#feat=flexbox

We tried that, but it's not reliable yet, so for now we have to stay with this.