From 0f0f1c693a57ab522b2660e4fd842ce5296237de Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Mon, 23 Jan 2017 14:41:41 +0100 Subject: [PATCH] Set crop ratio for images to 1:1 --- semantics.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/semantics.json b/semantics.json index 7bfb801..352e123 100644 --- a/semantics.json +++ b/semantics.json @@ -17,7 +17,8 @@ "name": "image", "type": "image", "label": "Image", - "importance": "high" + "importance": "high", + "ratio": 1 }, { "name": "match", @@ -25,7 +26,8 @@ "label": "Matching Image", "importance": "low", "optional": true, - "description": "An optional image to match against instead of using two cards with the same image." + "description": "An optional image to match against instead of using two cards with the same image.", + "ratio": 1 }, { "name": "description",