From fd38082e7b352ca08f7257b027a9382b047c3bac Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Sun, 29 Sep 2024 15:44:36 -0700 Subject: [PATCH] docs: add that videos have to be under 50MB --- templates/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docs.html b/templates/docs.html index ac796899..0e633bcb 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -540,7 +540,7 @@

To Bluesky

  • Why can't I see a video?
  • -

    Bluesky currently limits videos to 60 seconds and .mp4, .mpeg, .webm, or .mov. If you're seeing a "Video not found. Retry" error, the original video may not satisfy those requirements.

    +

    Bluesky currently limits videos to 60 seconds, 50MB, and .mp4, .mpeg, .webm, or .mov. If you're seeing a "Video not found. Retry" error, the original video may not satisfy those requirements.