Open smog-root opened 2 weeks ago
you'll be on it but unfortunately, it'll be level1
@KirolosMFahem level1 is too less! i have contributed about the same issue! Everyone gave level3!!
Please add level3!
I don't see it as a major update but in the PR if it's really worth it I'll upgrade it
please note that we're using Flutter and there are some plugins that do that with a single line of code check out pub.dev for more information
also note that we're using github and there is imgbot to do that
We need to optimize images on our website to improve loading speed and overall performance. This includes compressing existing images and converting them to more efficient formats like WebP.
Compress Images:
Use tools like TinyPNG or ImageOptim to reduce the file size of current images without sacrificing quality.
Convert to WebP Format:
Change image formats from JPEG/PNG to WebP where appropriate to enhance performance.
Enable Lazy Loading:
Implement lazy loading for images to defer loading off-screen images until they are needed.
<img src="image.jpg" alt="Description" loading="lazy">
Note: Assign me and add gssoc-ext with level3 and hacktober-accepted labels!
@yagnik2411