I have two questions on JQuery Galleryview:
Is it possible to set autoplay to false?
Is there a way to have different width for filmstrip and the active/selected picture? For example: i want to have my film strip width as 600px but main picture to be 300px only
Here is my JQuery code currently:
$('#myGallery').galleryView({
panel_width: 600,
panel_height: 500,
frame_width: 100,
frame_height: 70,
show_overlays: true,
filmstrip_position: 'top',
autoPlay: false
});