Jake Vanderwerf
2025-11-25 2a2303d1dccc120dd7aa5f6b6ade0f89e0064850
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';
   }