gethugothemes / andromeda-light-hugo

Andromeda-light is a clean and modern Hugo SAAS Software theme. It perfectly fits any kind of SAAS Software. It is fully responsive, Superfast and powered by Bootstrap.
https://gethugothemes.com/products/andromeda/?utm_source=andromeda_github&utm_medium=referral&utm_campaign=github_theme_about
MIT License
76 stars 65 forks source link

Bad main image quality #21

Closed skaftanis closed 1 year ago

skaftanis commented 1 year ago

Even in the demo, there is bad image quality in the first big image of the page. The image itself is fine, so it's something with the rendering. I use the premium version.

stavis-dev commented 1 year ago

May be

params.toml

# imaging processing
[imaging]
# Default JPEG or WebP quality setting. Default is 100.
quality = 100

https://github.com/gethugothemes/andromeda-light/blob/64ef8f38dcebc4c5649dd6efb58c8f69be74dca9/exampleSite/config/_default/params.toml#L42-L45

tfsomrat commented 1 year ago

you can fix it with

quality = 100
resampleFilter = "Lanczos"