> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Snapchat

> Image and video media requirements for [Snapchat](/apis/post/social-networks/snapchat)

## Story

### Image

Snapchat supports story image media in the following formats:

<ul className="custom-bullets">
  <li>Supported formats: JPEG and PNG.</li>
  <li>Max image size: 20 MB.</li>
  <li>Recommended dimensions: 1080 x 1920 px.</li>
</ul>

<Tip>
  WebP, HEIC, HEIF, and AVIF images are converted to JPEG before posting, and the conversion preserves the image's color rendering and writes a small XMP packet carrying only the `Iptc4xmpExt:DigitalSourceType` AI disclosure, when the image declares one. No other metadata is carried over: not EXIF, and nothing else from the original XMP, so a location, a creator name or a copyright line can't be published by accident. The
  C2PA signature does not survive a re-encode.
  See [Image Metadata and Content
  Credentials](/docs/media-guidelines/overview#image-metadata-and-content-credentials).
</Tip>

### Video

Snapchat supports story video media in the following formats:

<ul className="custom-bullets">
  <li>Supported formats: MP4</li>
  <li>Max video size: 1 GB.</li>
  <li>Duration max: 5-60 seconds.</li>
  <li>Recommended video dimensions: 540x960 px.</li>
  <li>Portrait aspect ratio: 9:16.</li>
</ul>

## Spotlight

### Image

Snapchat supports spotlight image media in the following formats:

<ul className="custom-bullets">
  <li>Supported formats: JPEG and PNG.</li>
  <li>Max image size: 20 MB.</li>
  <li>Recommended dimensions: 1080 x 1920 px.</li>
</ul>

### Video

Snapchat supports spotlight video media in the following formats:

<ul className="custom-bullets">
  <li>Supported formats: MP4</li>
  <li>Max video size: 1 GB.</li>
  <li>Duration max: 5-60 seconds.</li>
  <li>Recommended video dimensions: 540x960 px.</li>
  <li>Portrait aspect ratio: 9:16.</li>
</ul>
