Javascript-Equal-Height-Responsive-Rows icon indicating copy to clipboard operation
Javascript-Equal-Height-Responsive-Rows copied to clipboard

Disable plugin when responsive?

Open notflip opened this issue 10 years ago • 1 comments

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

notflip avatar Jan 28 '15 14:01 notflip

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.

Sam152 avatar Jan 28 '15 14:01 Sam152