jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 228 forks source link

Equal panel heights when in tabs view #102

Closed coxrichuk closed 7 years ago

coxrichuk commented 8 years ago

I need the ability to match / equalise the panel heights when in tabs view.

My thoughts are to have have an option of fluidHeight and have this set to true by default for backwards compatibility?

I have a PR ready if you are happy for this to go in ...

t3premium commented 7 years ago

An option for collapsible would be great. https://jqueryui.com/tabs/#collapsible

jellekralt commented 7 years ago

The fluidHeight option is now available.

@t3premium, the collapsible option has already been available for quite some time.