diff --git a/files/assets/js/expanded_image_modal.js b/files/assets/js/expanded_image_modal.js index 87509cb1a3..e0564b57e2 100644 --- a/files/assets/js/expanded_image_modal.js +++ b/files/assets/js/expanded_image_modal.js @@ -93,14 +93,14 @@ if (screen_width < 768) { imgnav_prev.click() setTimeout(() => { active = true; - }, 500); + }, 100); } if (f < -0.2) { active = false; imgnav_next.click() setTimeout(() => { active = true; - }, 500); + }, 100); } } }