Image rendering issue with firefox and chrome #2938
-
Hi, I created a personal webpage using Jekyll with al-folio theme and running into an issue with rendering the profile picture in Firefox and Chrome, it works fine with Safari. I would really appreciate any help to fix this. Check the difference in saturation between two renders. |
Beta Was this translation helpful? Give feedback.
Answered by
george-gca
Jan 4, 2025
Replies: 1 comment 3 replies
-
This doesn't make any sense. Also it is working fine here, the first image is how it appears to me in 3 different browsers (Chrome, Firefox, Brave). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just saying, your profile pic is huge (over 8 MB for a png, 3024 x 4032). By default our template try to create webp versions of the images, to create different resolutions for it. Maybe jekyll-imagemagick is messing with your image, since your original is so colorful. This is set up here:
al-folio/_config.yml
Lines 356 to 376 in c4a9f17