# How can I set common images for all variants?

You can set **Common Images** in the Shopify product to apply the same images across all variants.

{% stepper %}
{% step %}
**Enable the Variant Images toggle** in the app

<figure><img src="/files/wdd30flITKMogsUR6LvM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Go to **Shopify Admin → Products → Select a product**

In the **Media** section:

* Upload the images you want to use as **Common Images**
* Move these images to the **top of the product image gallery**, before any variant-specific images

<figure><img src="/files/Sezv8HJb2xIVlmJbZ3n7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Save the product**
{% endstep %}
{% endstepper %}

The images placed at the top of the gallery will be treated as **Common Images** and applied to all variants. This is useful for shared visuals like lifestyle images, size guides, or banners that apply to every variant.

💬 If the images don’t display as expected on your theme, feel free to contact our support team - we’re happy to help.


---

# 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.optis.me/swatch/variant-images/common-questions/how-can-i-set-common-images-for-all-variants.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.
