on mobile - zoom out when closing expanded image (testing on devrama)
parent
4a356d99ca
commit
a42ecd67bf
|
@ -600,3 +600,9 @@ function handleUploadProgress(e, upload_prog) {
|
|||
percentIndicator.textContent = progressPercent + '%';
|
||||
}
|
||||
}
|
||||
|
||||
if (width < 768) {
|
||||
document.getElementById('expandImageModal').addEventListener('hidden.bs.modal', () => {
|
||||
document.body.style.zoom = "100%";
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue