> For the complete documentation index, see [llms.txt](https://knowledge.themeware.design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.themeware.design/knowledge-base/basic-knowledge/images.md).

# Images / Media

In Shopware 6, you organise images using the Media Manager. You can find this via the main navigation **Content > Media** in your administration.

> File upload in the Media Manager supports the following file types:
>
> jpg, jpeg, png, webp, gif, svg, bmp, tiff, tif, eps, webm, mkv, flv, ogv, ogg, mov, mp4, avi, wmv, pdf, aac, mp3, wav, flac, oga, wma, txt, doc, glb

### Folders

The Media Manager comes with a number of pre-installed folders in which you can organise your images.

If you upload images via upload fields (for example in Shopping Experiences), Shopware will automatically sort the images for you.

### Thumbnails <a href="#metadaten" id="metadaten"></a>

In the settings of each folder, you have the option to define thumbnail sizes and the quality of the thumbnails for all images in that folder.

Shopware uses thumbnails of 400x400, 800x800 and 1920x1920 pixels by default. For product images, thumbnails with 280x280 pixels are also generated.

Manufacturer logos are available as 200x200, 360x360 and 1920x1920 pixel thumbnails.

### Meta data <a href="#metadaten" id="metadaten"></a>

If you select an image, you can edit the file name in the "Meta data" section. However, we would like to draw particular attention to the "Alt text" and "Title" here. You can use these to change the **alt text** and **meta title** of the medium.

<figure><img src="/files/6SkDAhzOhH8i7FFzEUhz" alt=""><figcaption><p>Meta data</p></figcaption></figure>

### Image size

There is no general answer to the question of the perfect image size in fluid web design. It always depends on what an image is used for and how large it is displayed.

You can find more information on this in the following article:

{% content-ref url="/pages/4kszMOKZPMpMwV2AWvvi" %}
[Image sizes](/knowledge-base/basic-knowledge/images/image-sizes.md)
{% endcontent-ref %}

***

You can find more information about Media Manager in the Shopware documentation:

{% embed url="<https://docs.shopware.com/en/shopware-6-en/content/media>" %}


---

# 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://knowledge.themeware.design/knowledge-base/basic-knowledge/images.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.
