Thread Starter
tcs11
(@tcs11)
Hi Andy, you’re awesome! So far i had posted the same question on few plugins with accordion features, including the one i am using. But none had gotten anyone to attend to my question yet.
I want it to closed all when users in mobile devices to keep it tidy, and expand all if non mobiles.
I manage to get it works by adding few lines of snippets codes using window.matchMedia and:
detail.removeAttribute(“open”);
else,
detail.setAttribute(“open”, “true”);
Hope it does help you in corporate it into next release!
I like your plugin very much being super lightweight… now i am changing one by one on my posts from Genesis Blocks to your plugin. Tedious job, but you worth my time!