Skip to content

Commit

Permalink
Update etna/core/serializers/images.py
Browse files Browse the repository at this point in the history
Co-authored-by: James Biggs <62654785+jamesbiggs@users.noreply.github.com>
  • Loading branch information
ahosgood and jamesbiggs authored Dec 16, 2024
1 parent 967fe13 commit 82b747d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etna/core/serializers/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def to_representation(self, value):
f"{self.rendition_size}|format-jpeg|jpegquality-{self.jpeg_quality}{background_colour_redition}"
)
webp_image = value.get_rendition(
f"{self.rendition_size}|format-webp|webpquality-{self.webp_quality}{background_colour_redition}"
f"{self.rendition_size}|format-webp|webpquality-{self.webp_quality}{background_colour_rendition}"
)

additional_images = {}
Expand Down

0 comments on commit 82b747d

Please sign in to comment.