EDC-IIEST / Basic-Website

A basic website for the Entrepreneurship Development Cell (EDC), built using HTML, CSS, and JavaScript. While the code may contain some extra and buggy elements, this project offers a fun and straightforward way to practice and enhance your web development skills. Give it a try and explore the learning opportunities it provides!
MIT License
4 stars 17 forks source link

Implement Lazy Loading for Non-Critical Resources #7

Open Harsh-git98 opened 4 days ago

Harsh-git98 commented 4 days ago

Not all resources (e.g., images, videos) need to load immediately. Implement lazy loading for these non-critical assets to enhance initial page load performance.