nzbin / photoviewer

🖼️ A JS plugin to view images just like in Windows.
https://nzbin.github.io/photoviewer/
MIT License
353 stars 55 forks source link

Close popup When click outside and esc #34

Closed shanmugamani96 closed 2 years ago

shanmugamani96 commented 2 years ago

How to close the photo viewer popup when clicking the ESC button and clicking the outside popup?

nzbin commented 2 years ago

You can close the popup with the key Q. You can't close the popup with clicking the outside because photoviewer is inspired by Windows Photo Viewer and very different from other lightbox.

shanmugamani96 commented 2 years ago

how to change that key Q into esc,

nzbin commented 2 years ago

I am sorry that it doesn't support customize the key now.

shanmugamani96 commented 2 years ago

hey, I changed the keycode 27 for close so it's working now, but I need one option,I need to close the modal when clicking outside ,kindly add it,

nzbin commented 2 years ago

In fact, you can use any other popup library and embed the photoviewer into it. Bootstrap modal example: https://codepen.io/nzbin/pen/rNdwOwy