Hello.

I'm using the fixedHeight parameter so all my content sections in the
accordion have the same height. This part works o.k. - However, when
adding the show parameter, the section is not shown with the desired
height - the height is changed to the correct size only when doing the
first transition:

this is the code I'm using: var markerAcc = new Accordion(togglers,
elements, { fixedHeight: sectionHeight, show: 1 });

the reason for using the show parameter is to have the first section
immediately open without any transition;

Am I missing something or am I doing anything wrong?

Thank you in advance for your help.

Reply via email to