mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-02-23 05:39:01 +00:00
rename from "horizontal" and "vertical" to "normal" and "short".
This commit is contained in:
parent
b0ab83f04d
commit
23ac7d9f7a
4
71.md
4
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user