jackwanders/GalleryView

First Image link not working

lathomas64 opened this issue · 0 comments

When creating a gallery I have links associated with the images but when the gallery intially loads the first image isn't clickable until the image changes. going back to the first image it becomes clickable again.

$(function(){
$('.gallery-container').galleryView({
autoplay: true,
transition_interval: 8000,
panel_width: 980,
panel_height: 340,
show_filmstrip_nav: false,
filmstrip_position: 'bottom',
frame_width: 10,
frame_height: 10,
frame_opacity: 1,
frame_gap: 4,
filmstrip_size: 4,
enable_overlays: true,
show_infobar: false,
panel_animation: 'crossfade',
panel_clickable: true,
show_panel_nav: true
});
});