Skip to content

Why might image quality be decreased in prod? #2255

Answered by george-gca
eolesinski asked this question in Q&A
Discussion options

You must be logged in to vote

If you used figure.liquid to display the image, it internally uses imagemagick to create different resolutions of the same image. This is done to avoid serving a high resolution version of the image when it is not needed, so the page loads faster. For more information check this guide about responsive images.

You can disable this behavior in _config.yml, although this is not usually recommended.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@eolesinski
Comment options

@george-gca
Comment options

Answer selected by eolesinski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants