-
Notifications
You must be signed in to change notification settings - Fork 7
opt: Convert all gallery images to WebP for faster loading #25
New issue
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
Conversation
|
@Wreck-X is attempting to deploy a commit to the amFOSS Dev Team on Vercel. A member of the Team first needs to authorize it. |
|
doesn’t Next.js already handle webP optimization automatically via the next/image component, even when using JPG sources? |
oh it does? lemme see |
only if you use we seem to be using |
Yup have an issue for that |
|
ill just change the |
|
Yep sure! you might need to tweak the width and height properties accordingly |
|
should be fine now @KKSurendran06, also i think we should keep all the images in webp anyway by convention. easier to worry about them than img tags inbetween lines of code |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
lgtm |
-> converts all images in the gallery sub-directory to webp
fixes #1