# Image support

The current supported formats include ".jpg, .png, .gif, .webp". While you can upload other image formats, we cannot guarantee they won't cause issues. Click on the designated area to upload media files. You can also drag files onto this area.

<figure><img src="/files/pqlcBfJGI3Ja4MaB1vLi" alt=""><figcaption><p>Media area to add media files</p></figcaption></figure>

{% hint style="warning" %}
Mixing various types of media in a collection, such as images and videos, is not allowed.
{% endhint %}

<figure><img src="/files/QJ6uzERLFqEB8JYeTo5Y" alt=""><figcaption></figcaption></figure>

Uploading image files, like JPEGs or PNGs, to the Artwork section of your NFT project is a straightforward process. Depending on the project type, you can add multiple images or just one:

* "**Editions**" collection: You will only be allowed to upload one image. Once uploaded, you will see the image displayed in the upload area:

<figure><img src="/files/CrLwWd14w7hp5uvLKwWl" alt=""><figcaption></figcaption></figure>

If you want to change de image, you have to drag a image file over the existing one. Alternatively, you can hover the mouse over it, and then you will see a "Change media" button. Click on it and select the file that replaces the selected one:

<figure><img src="/files/TDRU2NQ5mtvrF7YhLUQE" alt=""><figcaption></figcaption></figure>

* "**Drops**" collection: If you are creating this type of collection, you will be allowed to add as many images as you need without "any limit". Click on the "Add tokens media" area or drag files over it. Once completed, you will see the number of uploaded images and the thumbnails of the first three images below:

<figure><img src="/files/12JZSstEgILx7oQaRZ2a" alt=""><figcaption></figcaption></figure>

If you need to remove all media files, you can click on the "Remove All media" option:

<figure><img src="/files/vhD6Xfz6e3faeC0X3O3m" alt=""><figcaption></figcaption></figure>

On the other hand you can remove only selected files by clicking on the "Edit Tokens Media" option and selecting which ones you want to remove by clicking on the "DELETE" option:

<figure><img src="/files/l4li8uwFbG7v42Ch5MQh" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wTdXwlxDWkzqDH16hOa3" alt=""><figcaption></figcaption></figure>

Finally, when you finish deploying the collection, you will see all uploaded image files converted to NFTs on the Minting page.

<figure><img src="/files/gvBdiHROnG7dPaKMo5jh" alt=""><figcaption></figcaption></figure>

Once you've uploaded the file/s, you will be able to set image metadata. You can learn how to use this tool [here](/nft-media-types/media-metadata.md).

{% hint style="warning" %}
Be **careful** with **image sizes** because some **marketplaces** don´t show NFTs images larger than a defined size. Check to ensure that your NFTs displays properly.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.nfts2me.com/nft-media-types/image-support.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
