From d1f2ddf00a6b0397166829556d1a01affcbac510 Mon Sep 17 00:00:00 2001 From: rachel-mp4 Date: Mon, 13 Oct 2025 16:28:52 +0000 Subject: [PATCH] fix width and height aspect ratio --- lexicons/org/xcvr/notes.lex | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/lexicons/org/xcvr/notes.lex b/lexicons/org/xcvr/notes.lex --- a/lexicons/org/xcvr/notes.lex +++ b/lexicons/org/xcvr/notes.lex @@ -107,8 +107,8 @@ aspectRatio?: aspectRatio aspectRatio: def - width?: int - height?: int + width: int + height: int video: def alt: string -- tangled.sh