> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/zyra/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/zyra/overview/recommended-image-sizes.md).

# Recommended image sizes

**Slideshow**

```
Slide/Video-Desktop: 2100 x 1080px
Slide/Video-Mobile: 1000 x 1400px
```

**Shop the Look**

```
Desktop Image: 2000 x 1182
Mobile Image: 518 x 600
```

**Media Blocks**

```
Media 1: 1028 x 1272
Media 2: 1800 x 1272
```

**Scattered Images**

```
Image 1: 336 x 469px
Image 2: 476 x 661px
Image 3: 336 x 471px
Image 4: 472 x 661px
Image 5: 336 x 469px
Image 6: 475 x 661px
Image 5: 336 x 471px
```

**Image with text**

```
Image: 750 x 743
```

**Reveal images on Scroll**

```
Image: 2100 x 875px
```

**Collection with product**

```
Image: 1064 x 1345px
```

**Featured Collections**

```
Image: 1064 x 1345px
```

**Before/After**

```
Image: 2100 x 880px
```

**Contact form**

```
Image: 1500 x 1170px
```

**Blog**

```
Image: 2000 x 1353px
```

**Categories- Stacked**

```
Category Image: 300 x 300px
```

**Categories- Inline**

```
Category Images : 255 x 255px
```

**Interactive Slideshow**

```
LEFT SIDE
Slide-Desktop: 2100 x 1080px
Slide-Mobile: 1000 x 1400px

RIGHT SIDE
Video: 832 x 1080px
```

**Click to View Gallery**

```
DESKTOP
Gallery item: 900 x 591px

MOBILE
Gallery item: 1000 x 1400px
```

**Compact Slideshow**

```
Slide : 2100 x 1080px
```

**Scrolling Text**

```
Background Image: 2100 x 600px
```

**Collection List**

```
Collection Image : 500 x 390px
```

**Media grid**

```
Media 1: 853 x 1200px
Media 2: 853 x 1200px
Media 3: 853 x 598px
Media 4: 853 x 598px
```

**Multicolumn**

```
Image: 810 x 810px
```

**Timeline**

```
Image: 700 x 1000px
```

**Product image size:** 1165 x 1400px

**Product Specification**

```
Image 1: 620 x 942px
Image 2: 273 x 275px
Image 3: 449 x 514px
```

**\[COLLECTIONS PAGE]**

**Collection Banner Image:** 2100 x 465px

**\[COLLECTION LIST PAGE]**

**Collection Image:** 700 x 700px


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://shinedezign.gitbook.io/zyra/overview/recommended-image-sizes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
