0xsrmist / Main-Website

Official website of The Product House x SRMIST Student Chapter.
https://0xsrmist.xyz
MIT License
1 stars 3 forks source link

Implement `blurDataURL` for images in Team Page #94

Open kunalkeshan opened 5 months ago

kunalkeshan commented 5 months ago

Why?

With the increase in members, the number of images is also increasing further leading to a greater load time on the team page, which is not good in terms of UX. Adding Blur Data URL (which is a smaller, version of the same image) will reduce the initial load time of the page, and load the actual image when required.

Implementation