Jake Vanderwerf
2025-11-23 d7dbe7fee362d587dfc334135d9581b6216a4295
assets/js/concise/Media.js
@@ -78,8 +78,8 @@
   }
   getTargetSize() {
      if (this.currentWidth < 768) return 'small';
      if (this.currentWidth < 1200) return 'medium';
      if (this.currentWidth < 768) return 'medium';
      if (this.currentWidth < 1200) return 'large';
      return 'full';
   }