responsive

inactiveSlideSize

  • Available since: v1.2
  • Type: option
  • Data type: Positive integer
  • Default value: 0

Size (width/height) of inactive slide. If set then option activeSlideSize is not applied at all.

Example:

$('.accordion').jAccordion({
	inactiveSlideSize: 50
});

Demo 1

Demo 1 demonstrates behaviour of the plugin with the described option set to 50px. As you can see only size of active slide is changing. Horizontal accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

Demo 2

Demo 2 demonstrates behaviour of the plugin with the described option set to 50px. As you can see only size of active slide is changing. Vertical accordion is used.

Loading content...
slide1
slide2
slide3
slide4
slide5

jAccordion by maniacpc, exclusively for CodeCanyon