feat: image quality better

This commit is contained in:
Julien Froidefond
2025-02-16 22:45:42 +01:00
parent 059bc87ce4
commit b95ac817e0
3 changed files with 5 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ export const SeriesHeader = ({ series, onSeriesUpdate }: SeriesHeaderProps) => {
imageLoading ? "opacity-0" : "opacity-10"
)}
loading="lazy"
quality={25}
quality={100}
onLoad={() => setImageLoading(false)}
/>
</div>
@@ -177,7 +177,7 @@ export const SeriesHeader = ({ series, onSeriesUpdate }: SeriesHeaderProps) => {
onError={() => setImageError(true)}
onLoad={() => setImageLoading(false)}
loading="lazy"
quality={75}
quality={100}
/>
</div>
) : (