https://github.com/chinsun9/lazy-loading-images-practice
lazy loading images practice
https://github.com/chinsun9/lazy-loading-images-practice
practice
Last synced: 2 months ago
JSON representation
lazy loading images practice
- Host: GitHub
- URL: https://github.com/chinsun9/lazy-loading-images-practice
- Owner: chinsun9
- Created: 2021-07-16T02:47:48.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-16T05:39:30.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T08:43:07.104Z (4 months ago)
- Topics: practice
- Language: HTML
- Homepage: https://chinsun9.github.io/lazy-loading-images-practice/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lazy-loading-images-practice
lazy loading images practice
- https://css-tricks.com/the-complete-guide-to-lazy-loading-images/ 보고 따라하기
## method1 : js event
- 단점 ; 중간에 스크롤을 두고 새로고침을 하면 스크롤 이전 위치에 있는 모든 이미지가 한번에 로딩됨
## method2 : observer API
- 장점 ; 뷰포트에 들어와야지만 로딩함