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

Start with an accordion option? #76

Closed djmtype closed 8 years ago

djmtype commented 9 years ago

Without adding excess CSS to create a workaround, is there a way to start with an accordion if the view is greater than 768px?

jellekralt commented 9 years ago

The accordion is only shown based on media queries. There is no way to start with an accordion without changing the CSS. Do you only want to show the accordion, or do you want to show the tabs after changing the browser size?

jellekralt commented 8 years ago

Closing this due to lack of a reply, feel free to re-open if you still feel this is an issue!