Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto Open the show_captions #31

Open
vishnuval opened this issue Aug 9, 2012 · 1 comment
Open

Auto Open the show_captions #31

vishnuval opened this issue Aug 9, 2012 · 1 comment

Comments

@vishnuval
Copy link

Hi all,
I just try to find the solution to automatically open the show_captions.
even I've already set the show_captions : true, but it's not automatically open when galleryview load.
it's just show an image but not open the captions at all....

any solution for this?
thank you...

@vishnuval
Copy link
Author

I just get the answer, but I don't know it's correct or not :

on my jquery.galleryview-3.0-dev.js I change this code :

dom.gv_showOverlay.bind('click.galleryview',function(){
if(self.overlayVisible) {
self.hideOverlay(250);
} else {
self.showOverlay(250);
}
});

to :

self.showOverlay(250);
dom.gv_showOverlay.bind('click.galleryview',function(){
if(self.overlayVisible) {
self.hideOverlay(250);
} else {
self.showOverlay(250);
}
});

it's work for me :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant