> For the complete documentation index, see [llms.txt](https://guia.fenicio.help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia.fenicio.help/productos/imagenes-de-productos.md).

# Imágenes de productos

En Fenicio, las imágenes se asocian a cada **variante**. Cada variante puede incluir varias imágenes y una **imagen de muestra**. Esta última permite seleccionar variantes dentro de un mismo producto.

La ficha del producto muestra todas las imágenes cargadas.

### Requisitos de las imágenes

* **Cantidad:** cada variante admite hasta 5 imágenes de forma predeterminada. El máximo configurable es 10.

{% hint style="info" %}
Solicitá el aumento del límite mediante un ticket al equipo de Soporte.
{% endhint %}

* **Resolución recomendada:**
  * Vertical (3:4): 1200 × 1600 px.
  * Cuadrada (1:1): 1200 × 1200 px.
* **Dimensiones máximas:** 2000 px de ancho y 2000 px de alto.
* **Formato y peso:** JPG, optimizado para web y con un máximo de 1 MB.
* **Fondo:** blanco.

### Visualización en la tienda

La visualización depende del diseño y la configuración de la tienda:

* La primera imagen aparece en las páginas de catálogo.
* Las imágenes de muestra permiten seleccionar otras variantes.
* La segunda imagen puede aparecer al pasar el puntero sobre el producto.

### Cargar imágenes

Podés cargar imágenes de dos formas:

* Manualmente, desde el panel de gestión, al crear o editar un producto.
* Mediante [**SFTP**](/guias-practicas/carga-de-imagenes-via-ftp.md), según la integración de la tienda.

Si tu tienda se integra con sistemas externos, consultá [**Carga de imágenes**](https://guia.fenicio.help/developers/integracion-de-comercios/carga-de-imagenes) en la guía de integración de sistemas.

{% hint style="info" %}
Si tenés problemas al visualizar una imagen, consultá [Manejo de imágenes](/guias-practicas/manejo-de-imagenes.md).
{% endhint %}

<img src="/files/-MBWkpqa87XSAeiR_who" alt="Ejemplo de visualización de imágenes por variante" width="375">


---

# 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://guia.fenicio.help/productos/imagenes-de-productos.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.
