Gallery icon indicating copy to clipboard operation
Gallery copied to clipboard

Problem when the hash in the url on the landing page changes.

Open smiady opened this issue 2 years ago • 2 comments

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?

smiady avatar Jul 10 '23 07:07 smiady

closeOnHashChange: false

gmacev avatar Sep 28 '23 18:09 gmacev

It works! Thank you!

smiady avatar Oct 13 '23 12:10 smiady