Skip to main content

What it checks

The IG container reports an aspect-ratio rejection when the media’s width/height ratio is outside 0.8..1.91 for feed posts, or not 9:16 for Reels. Detection happens at the container status-poll step — preflight surfaces the rule when Meta reports it.

Why we don’t check it statically

Verifying the aspect ratio requires reading image dimensions or ffprobe-style video introspection. We don’t do that in the API hot path; instead we let Meta run its own check and translate the response into this rule.

Failure response

Remediation

For a feed image, the safest target is 1:1 (1080×1080). Reels: 9:16 (1080×1920).