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'; }