Jake Vanderwerf
2026-01-04 22e1bb3fcc3b3db1c0f5c2e6a4aecaf408c307a5
assets/js/Gallery.js
@@ -165,6 +165,8 @@
         newIndex = this.items.length - 1;
      } else if (newIndex >= this.items.length) {
         newIndex = 0;
      } else if (this.items.length - newIndex === 3) {
         this.notify('load-more');
      }
      this.index = newIndex;