fix: limit image sizes

This commit is contained in:
Fredrik Burmester
2024-08-22 13:27:22 +02:00
parent bbf926e752
commit 4cca6f0e8c
4 changed files with 9 additions and 6 deletions

View File

@@ -23,6 +23,7 @@ const MoviePoster: React.FC<MoviePosterProps> = ({
getPrimaryImageUrl({
api,
item,
width: 300,
}),
[item]
);