We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi.
When I click on items in the menu, the hash on the url changes. Unfortunately, when the hash changes, bluegallery stops working.
This is the page where the problem occurs - http://serwer211754.lh.pl.
I tried to solve this problem using the following code: `window.location.hash = ''
carousel_fullscreen_div.addEventListener('click', () => { blueimp.Gallery(gallery, { fullscreen: true }) })`
but delete hash before start blueimp doesn't help.
Do you have any ideas to solve the problem?
The text was updated successfully, but these errors were encountered:
closeOnHashChange: false
Sorry, something went wrong.
It works! Thank you!
No branches or pull requests
Hi.
When I click on items in the menu, the hash on the url changes. Unfortunately, when the hash changes, bluegallery stops working.
This is the page where the problem occurs - http://serwer211754.lh.pl.
I tried to solve this problem using the following code:
`window.location.hash = ''
carousel_fullscreen_div.addEventListener('click', () => {
blueimp.Gallery(gallery, {
fullscreen: true
})
})`
but delete hash before start blueimp doesn't help.
Do you have any ideas to solve the problem?
The text was updated successfully, but these errors were encountered: