monkeyWzr / hugo-theme-cactus

Cactus theme for hugo
MIT License
541 stars 341 forks source link

Use webp format in logo instead of png #53

Closed msdundar closed 3 years ago

msdundar commented 3 years ago

webp often provides better compression than PNG, which means faster downloads and less data consumption.

This change reduces the logo size from 219kb to 53kb without sacrificing quality.

Further info: https://web.dev/uses-webp-images/?utm_source=lighthouse&utm_medium=unknown

coliff commented 3 years ago

Without providing a fallback, the image won’t display on iOS 13 and lower, internet explorer and many other older browsers.

msdundar commented 3 years ago

Thanks, I will modify the PR to provide a fallback.