Jake Vanderwerf
2026-01-01 f0fb57aea8652e4c66290fc34a9b4f5b10cd5530
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;