0x48piraj / 0x48piraj/0x48piraj.github.io
Implement lazy loading of images
Open
Beginner friendly
- Dominant language
- CSS
- Stars
- 12
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
> Reference - https://developers.google.com/web/fundamentals/performance/lazy-loading-guidance/images-and-video
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue references Google's lazy loading guidance. Examine the HTML image tags in the repository, likely in index.html or similar pages. Implement the native loading='lazy' attribute or a JavaScript-based solution for broader browser support. Test by checking network requests in browser devtools to ensure images load only when near the viewport.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html, javascript
- Domain
- frontend, performance
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100