Aller au contenu
This is an unmaintained snapshot of the Astro v5 docs. View the latest docs.

Format d'image non pris en charge

UnsupportedImageFormat: Received unsupported format FORMAT from IMAGE_PATH. Currently only SUPPORTED_FORMATS.JOIN(’, ’) are supported by our image services.

Les services d’image intégrés ne permettent pas actuellement d’optimiser tous les formats d’image.

Pour les formats non pris en charge tels que les GIF, vous pourrez peut-être utiliser directement une balise img :

---
import rocket from '../assets/images/rocket.gif';
---
<img src={rocket.src} width={rocket.width} height={rocket.height} alt="Une fusée dans l'espace." />
Contribuer Communauté Parrainer