Javascript-Equal-Height-Responsive-Rows
Javascript-Equal-Height-Responsive-Rows copied to clipboard
Disable plugin when responsive?
Is it possible to disable the plugin when on some resolutions? For example when using bootstrap that i's only applicable when the .col-md is active and not on the .col-xs
Thank you! great plugin
You could use something like this to call and destroy the plugin: https://github.com/ten1seven/jRespond
Not an easy way that I can think of for sandboxing it to breakpoints. You could always hack the resize method and check the screen width in there.