upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/68.md
diff options
context:
space:
mode:
authorfiatjaf_ <fiatjaf@gmail.com>2025-01-30 23:21:37 -0300
committerGitHub <noreply@github.com>2025-01-30 23:21:37 -0300
commit6a4b125ad771ac9da4a1347a1ed41185e30ad0cf (patch)
treef0944fb005c9b700c0b199a0c02cf936d416c92d /68.md
parentf440eac3dccefa5c0ec9d3964e1d08357fd31e09 (diff)
nip71: make video events regular (#1704)
Diffstat (limited to '68.md')
-rw-r--r--68.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/68.md b/68.md
index 6c1e7d2..918378a 100644
--- a/68.md
+++ b/68.md
@@ -12,7 +12,7 @@ The idea is for this type of event to cater to Nostr clients resembling platform
12 12
13## Picture Events 13## Picture Events
14 14
15Picture events contain a `title` tag and description in the `.content`. 15Picture events contain a `title` tag and description in the `.content`.
16 16
17They may contain multiple images to be displayed as a single post. 17They may contain multiple images to be displayed as a single post.
18 18
@@ -81,7 +81,7 @@ They may contain multiple images to be displayed as a single post.
81 81
82The `imeta` tag `annotate-user` places a user link in the specific position in the image. 82The `imeta` tag `annotate-user` places a user link in the specific position in the image.
83 83
84Only the following media types are accepted: 84Only the following media types are accepted:
85- `image/apng`: Animated Portable Network Graphics (APNG) 85- `image/apng`: Animated Portable Network Graphics (APNG)
86- `image/avif`: AV1 Image File Format (AVIF) 86- `image/avif`: AV1 Image File Format (AVIF)
87- `image/gif`: Graphics Interchange Format (GIF) 87- `image/gif`: Graphics Interchange Format (GIF)
@@ -89,4 +89,4 @@ Only the following media types are accepted:
89- `image/png`: Portable Network Graphics (PNG) 89- `image/png`: Portable Network Graphics (PNG)
90- `image/webp`: Web Picture format (WEBP) 90- `image/webp`: Web Picture format (WEBP)
91 91
92Picture events might be used with [NIP-71](71.md)'s kind `34236` to display short vertical videos in the same feed. 92Picture events might be used with [NIP-71](71.md)'s kind `22` to display short vertical videos in the same feed.