Skip to main content

What it checks

images.length <= 4 AND videos.length <= 1. Mixed image+video is rejected separately by bluesky.media.image_video_exclusive.

Why

Bluesky’s app.bsky.embed.images schema caps images at 4 entries. Video posts use a different embed (app.bsky.embed.video) which holds exactly one.

Failure response

Remediation

Trim to 4. For longer galleries, post them as a thread — each reply can attach 4 more.