views:

109

answers:

1

I'm using two galleryView on the same page, but the navigation control get crazy, and navigate the worng gallery sometimes.i think is because the gallery create the frame with the same name. how can i fix?

$('#photos').galleryView({
                panel_width: 650,
                panel_height: 400,
                frame_width: 60,
                frame_height: 60,
                transition_speed: 1200,
 transition_interval:0,
                border: 'none',
                nav_theme: 'dark'
            });


            $('#videos').galleryView({
                panel_width: 650,
                panel_height: 400,
                frame_width: 60,
                frame_height: 60,
                transition_speed: 1200,
 transition_interval:0,
                border: 'none',
                nav_theme: 'dark'
            });
A: 

me too :/

i try to modify the gallery view js but it's get more crazy....

mark