-
Chrome 76 버전 부터 lazy 로딩이 브라우저 단에서 지원이 된다.
현재로서는 크롬에서만 지원하지만 이후 다른 브라우저도 지원을 하게 될 것이라 기대한다.
이미지나 iframe을 로딩하는 것은 브라우저에서 큰 부담을 주는 작업이기 때문에 viewport 내에서 바로 보여지는 값이 아니라면 페이지 초기 로드시에 전부 로딩할 필요가 없다. 따…
-
[Argcomplete](https://github.com/kislyuk/argcomplete) uses `complete -D` to register its loader as a general purpose loader that can match any command name:
https://github.com/kislyuk/argcomplete/b…
-
Some browsers now support a `loading` attribute on images and iframes. A recent article on Smashing details how lazy loading scripts can be modified to first check for native support for lazy loading …
-
It would be great to support the native lazy loading attribute at least for images.
We have a browser support of 74.96% at this time, only the new IE (Safari) doesn't support it in the current vers…
-
## Context
A colleague reported an issue that I first reproduced as a [0xC0000005: Access violation executing location on some windows platforms](https://github.com/csiro-hydroinformatics/moirai/is…
jmp75 updated
3 weeks ago
-
Convert this plugin to natively support lazy loading. Instead of using a js library.
Support for the loading attribute:
* Explainer document: [scott-little/lazyload](https://github.com/scott-lit…
heddn updated
3 years ago
-
**Maybe it's bug. But I'm not sure.**
**I have updated my ReactNavite from "react-native": "0.72.12", to "react-native": "0.75.3".**
On version 0.75.3 I use dynamic imports modules and use React…
-
### NextUI Version
2.2.9
### Describe the bug
[Documentation says](https://nextui.org/docs/components/image#image-props) that I can use `loading="lazy"` (as with default image HTML element), but im…
keul updated
4 months ago
-
### Description
Writing, reading, and maintaining `sizes` attributes is error-prone and difficult, in part because `sizes` entangles markup and layout. `sizes="auto"` allows authors to ask the user…
eeeps updated
1 month ago
-
## Is your feature request related to a problem ?
Currently GoToSocial's web interface uses native lazy loading of media thumbnails and doesn't paginate threads that are long. This is generally fin…