jquery - GalleryView - filmstrip navigation w/o changing a picture in a panel -


how navigate thru galleryview filmstrip without changing picture in panel? can not find property this.

galleryview pretty popular hope, know how simple. possibility change gallery code, hope there better solution. flag maybe?

currently have following settings:

$('#gallery').galleryview({ panel_width: 600, panel_height: 300, frame_width: 120, frame_height: 75, transition_interval: 0, background_color: '#222', border: 'none', easing: 'easeinoutback', pause_on_hover: true, nav_theme: 'custom', overlay_height: 52, filmstrip_position: 'top', overlay_position: 'top', nav_theme: 'dark', frame_scale: 'crop', frame_opacity: 0.7, start_frame: 2, fade_panels: false }); 

set transition_interval: -1.

0 have specified indicates no interval transition has ended next 1 starts.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -