From 23ac7d9f7ae6d3b4a0882283cd2465ee62c26de8 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 21 Jan 2025 11:46:03 -0300 Subject: [PATCH] rename from "horizontal" and "vertical" to "normal" and "short". --- 71.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/71.md b/71.md index 36806268..db4204bd 100644 --- a/71.md +++ b/71.md @@ -12,11 +12,11 @@ Unlike a `kind:1` event with a video attached, video events are meant to contain ## Video Events -There are two types of video events represented by different kinds: horizontal and vertical video events. This is meant to allow clients to cater to each as the viewing experience for horizontal (landscape) videos is often different than that of vertical (portrait) videos (Stories, Reels, Shorts, etc). +There are two types of video events represented by different kinds: _normal_ and _short_ video events. This is meant to allow clients to cater to each as the viewing experience for longer, mostly horizontal (landscape) videos is often different than that of short-form, mostly vertical (portrait), videos ("stories", "reels", "shorts" etc). #### Format -The format uses a _regular event_ kind `21` for horizontal videos and `22` for vertical videos. +The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos. The `.content` of these events is a summary or description on the video content.