diff --git a/js/imgGallery.js b/js/imgGallery.js index b9b10ea..cb13fd7 100644 --- a/js/imgGallery.js +++ b/js/imgGallery.js @@ -6,7 +6,7 @@ previewLinks = document.getElementsByClassName("previewLink"); headerImage = document.getElementById("headerImage"); touchDragStartX = null; -touchDragThreshold = 75; +touchDragThreshold = 50; touchDirection = null; touchLock = false;