We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Image api minify Max 1080p image
The text was updated successfully, but these errors were encountered:
Possibly just make all images webp automatically
Sorry, something went wrong.
https://github.com/nickalie/go-webpbin
Related to issue #8 have to fix html conversion first
Lets start with make a copy of the webp version. If go doesn't detect a webp version it makes one.
path/filename.jpg -> samepath/filename.webp
<picture> <source srcset="samepath/filename.webp" type="image/webp"> <source srcset="path/filename.jpg" type="image/jpeg"> <img src="path/filename.jpg" alt="Alt Text!"> </picture>
We can worry about the other features later like nojs and background images. https://css-tricks.com/using-webp-images/
https://gohugo.io/content-management/image-processing/
ldrrp
No branches or pull requests
Image api minify
Max 1080p image
The text was updated successfully, but these errors were encountered: