This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 2d2aefe Correcting default rendition aspect ratio for SLING-8835
2d2aefe is described below
commit 2d2aefeb576ead83f813084aeb2d90878715b6e3
Author: Dan Klco <[email protected]>
AuthorDate: Thu Nov 14 08:15:56 2019 -0500
Correcting default rendition aspect ratio for SLING-8835
---
ui/src/main/resources/jcr_root/conf/global.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/src/main/resources/jcr_root/conf/global.json
b/ui/src/main/resources/jcr_root/conf/global.json
index 97413db..622b168 100644
--- a/ui/src/main/resources/jcr_root/conf/global.json
+++ b/ui/src/main/resources/jcr_root/conf/global.json
@@ -90,8 +90,8 @@
"jcr:primaryType": "nt:unstructured",
"size": {
"jcr:primaryType": "nt:unstructured",
- "height": "600",
- "width": "480",
+ "height": "480",
+ "width": "600",
"sling:resourceType":
"sling-cms/components/caconfig/transformationhandlers/size"
},
"crop": {