+ meterSize: 25,
+
+ /**
+ * Aspect Ratio the aspect ratio expressed as an array of two numbers
+ *
+ * @property {number} aspectRatio
+ * @memberof Config
+ */
+ aspectRatio: [2.76, 1],
+
+ /**
+ * Target vertical resolution
+ *
+ * @property {number} verticalResolution
+ * @memberof Config
+ */
+ verticalResolution: 224
+