website: fix wrong photo sizing in docs

This commit is contained in:
Emmanuel Pelletier
2024-05-16 11:43:21 +02:00
parent 21e57fbc53
commit 9be0798057

View File

@@ -47,7 +47,7 @@ Avec le service Resana :
src="https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/resana.jpg" src="https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/resana.jpg"
alt="" alt=""
width="1920" width="1920"
height="1080" height="1200"
/> />
</picture> </picture>
``` ```
@@ -61,7 +61,7 @@ Avec le service Resana :
src="https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/resana.jpg" src="https://integration.lasuite.numerique.gouv.fr/api/backgrounds/v1/resana.jpg"
alt="" alt=""
width="1920" width="1920"
height="1080" height="1200"
/> />
</picture> </picture>