瀏覽代碼

Videomaker: Add content width settings (#4697)

* Videomaker: Add content width settings

* Moved layout values to settings and corrected per design.

* Set new content values.

Co-authored-by: Jason Crist <jcrist@pbking.com>
Co-authored-by: Kjell Reigstad <kjell@kjellr.com>
Ben Dwyer 3 年之前
父節點
當前提交
0b037aaef0
共有 2 個文件被更改,包括 6 次插入2 次删除
  1. 4 0
      videomaker/child-theme.json
  2. 2 2
      videomaker/theme.json

+ 4 - 0
videomaker/child-theme.json

@@ -98,6 +98,10 @@
 				}
 			]
 		},
+		"layout": {
+			"contentSize": "800px",
+			"wideSize": "1300px"
+		},
 		"typography": {
 			"fontFamilies": [
 				{

+ 2 - 2
videomaker/theme.json

@@ -309,8 +309,8 @@
 			}
 		},
 		"layout": {
-			"contentSize": "620px",
-			"wideSize": "1000px"
+			"contentSize": "800px",
+			"wideSize": "1300px"
 		},
 		"spacing": {
 			"blockGap": true,