This commit is contained in:
2023-12-03 00:48:02 +01:00
parent 1e84497c85
commit 431976296f

View File

@ -114,7 +114,7 @@ class VideoGame(LongPlayScrobblableMixin):
summary = models.TextField(**BNULL)
hltb_cover = models.ImageField(upload_to="games/hltb_covers/", **BNULL)
hltb_cover_small = ImageSpecField(
source="htlb_cover",
source="hltb_cover",
processors=[ResizeToFit(100, 100)],
format="JPEG",
options={"quality": 60},