adityatelange / hugo-PaperMod

A fast, clean, responsive Hugo theme.
https://adityatelange.github.io/hugo-PaperMod/
MIT License
9.53k stars 2.58k forks source link

[BUG] Images quality was degraded #1436

Closed DG9Jww closed 6 months ago

DG9Jww commented 6 months ago

I just downloaded the example site codes. Then I enabled the profile mode and change the profile image, but the images quality was degrade. I've tried several images. I didn't change any codes, just the image url.

Related config codes:

  profileMode:
    enabled: true
    title: PaperMod
    imageUrl: "images/222.png"
    imageTitle: my image
    # imageWidth: 120
    # imageHeight: 120
    buttons:
      - name: Archives
        url: archives
      - name: Tags
        url: tags

image image

adityatelange commented 6 months ago

@DG9Jww In what way it is degraded?

6C656F commented 6 months ago

I think it's because the theme is set to automatically use minify. https://github.com/adityatelange/hugo-PaperMod/wiki/Features#assets-jscss

adityatelange commented 6 months ago

I think it's because the theme is set to automatically use minify. https://github.com/adityatelange/hugo-PaperMod/wiki/Features#assets-jscss

please don't guess things