oncode / handorgel

Accessible W3C conform accordion written in ES6.
https://oncode.github.io/handorgel/
MIT License
261 stars 25 forks source link

Init Handorgel only on mobile #13

Closed andyKempf closed 5 years ago

andyKempf commented 5 years ago

Hi, thanks a lot for this great plugin! Is it possible to activate Handorgel only on certain viewports? (The content should nevertheless be displayed on all viewports.)

oncode commented 5 years ago

You could use destroy/init method depending on the browser size with a resize listener and add a class when destroyed, so you can style the accordion how it should look when destroyed.