ABCDEFGHIJKLMNOPQRST
1
Option Type Default Description
2
panel_width integer (pixels) 400Width of panel
3
panel_height integer (pixels) 300Height of panel
4
frame_width integer (pixels) 80Width of filmstrip frame
5
frame_height integer (pixels) 80Height of filmstrip frame
6
overlay_position ‘top’ | ‘bottom’ ‘bottom’ Position of overlay within panel
7
filmstrip_position ‘top’ | ‘bottom’ | 'right' | 'left'‘bottom’ Position of filmstrip within gallery
8
transition_speed jQuery time value (200,’slow’,etc) 400Duration of transition animation
9
transition_interval jQuery time value (200,’slow’,etc) 6000Length of time between transitions (0 = no automatic transitions)
10
overlay_opacity float 0.0 - 1.0 0.6Opacity of panel overlay background
11
nav_theme (’light’ | ‘dark’) ‘light’ Color of navigation buttons and frame pointer
12
easing jQuery easing value (’linear’,’swing’,etc) ’swing’ Controls animation of filmstrip and pointer
13
show_captions boolean false Determines whether or not frame captions are displayed
14
fade_panels boolean true Determines whether panels fade during transitions or switch instantly.
15
pause_on_hover boolean false If true, animations will pause when the mouse hovers over the panel (requires 500ms hover to pause)
16
17
show_panelsbooleanTRUEDetermines whether display the main image panel
18
show_filmstripbooleanTRUEDetermines whether display the filmstrip
19
start_frameintegerDetermines which frame to start the gallery from
20
pointer_sizeintegerSets the pointer size
21
panel_scale('crop' | 'nocrop')
22
frame_gapinteger
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100