syncHeight
syncHeight copied to clipboard
jQuery Plugin that automatically syncs the height properties of the elements that match the given selector.
The plugin started lagging on window resize so requestAnimationFrame was added to speed things up.
I had to initialize like this to be able to reliably sync and unsync in Chrome 38 + jQuery 2.1.0. It has NOT been thoroughly tested, but thought I'd at...
Not really an issue (I assume there's not much to do about it), but you might want to update your docs to reflect this. Using `updateOnResize: true` seems to make...
This may not be a syncHeight issue entirely, but when we hide one div and display another one that's a different size, syncHeight isn't called. I've been manually adding in...
I can't seem to get syncHeight to work with 2.0.3. Is this a known issue? Just using: ``` javascript $(document).load(function(){ $('nav.top-nav .row .columns').syncHeight({ 'updateOnResize': true}); }); ``` But no luck....
The plugin have an issue in IE8 when using box-sizing:border-box; and padding:; There padding at the bottom is doubled. http://codepen.io/ronnidc/full/gFoKl