lightbox gallery with zoom in out mobile support

no theming yet but it is working fine
This commit is contained in:
anapnoe
2023-03-13 02:37:26 +02:00
parent be3e9bb2b8
commit 63b5b2a06d
14 changed files with 516 additions and 0 deletions
+2
View File
@@ -8,10 +8,12 @@ onUiUpdate(function(){
if (!img2img_gallery) {
img2img_gallery = attachGalleryListeners("img2img")
}
/*
if (!modal) {
modal = gradioApp().getElementById('lightboxModal')
modalObserver.observe(modal, { attributes : true, attributeFilter : ['style'] });
}
*/
});
let modalObserver = new MutationObserver(function(mutations) {