Skip to content

Commit

Permalink
Update hero image sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Mar 27, 2024
1 parent 56f4170 commit b155157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etna/core/models/basepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,13 @@ def get_datalayer_data(self, request: HttpRequest) -> Dict[str, Any]:
APIField(
"teaser_image_large_jpg",
serializer=ImageRenditionField(
"fill-1200x800|format-jpeg|jpegquality-60", source="teaser_image"
"fill-1200x480|format-jpeg|jpegquality-60", source="teaser_image"
),
),
APIField(
"teaser_image_large_webp",
serializer=ImageRenditionField(
"fill-1200x800|format-webp", source="teaser_image"
"fill-1200x480|format-webp", source="teaser_image"
),
),
APIField(
Expand Down

0 comments on commit b155157

Please sign in to comment.