-
**Bug description**
**Affected sub-moudle (please put an X in all that apply)**
- [ ] Configuration Lazy Loading
- [ ] Http Plugin Management
- [ ] Adaptive Ratelimit
- [x] Slime Boot
**St…
-
加载大量图片时(测试加载4w张),内存占用达到2g,而不使用lazyload,纯img标签加载只有不到700M。
图片地址无论能否访问,内存占用都近img标签3倍大小。
-
Hello!
`ROCKET_LL_ASSETS_URL` etc. URL-s are defined very early: thus [CDN MU/plugins](https://github.com/szepeviktor/tiny-cdn) are not able to alter the URL of e.g. `lazyload.min.js`
Please use…
-
It would be great if the options were global when the plugin is network activated. I want to use the same settings on all sites, and setting them up one-by-one is tedious.
-
Hi I made https://github.com/vvo/in-viewport.
Have you seen it? considering using it? if not, why? (so I can make it better)
its the base building block of my lazyload script used on hundreds of web…
-
Using Lazyload to load asynchronouslsy js and css on onload event for some part of my pages that are not critical.
How can I get jss and css to load in parallel and still detect both have finished lo…
Plixo updated
11 years ago
-
Hi i would like to propose a feature where you lazyload images so they only gets loaded if they are about to be shown. I guess it's possible to do manually with events and run.before but it would be n…
-
在你的vue-lazyload-img/src/lib/index.ts文件中
`el.src = 'data:image/gifbase64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=='`
你那里会执行onload函数么?
我把它修改成如下地址(gif后面加个;号),it's ok
`el.src = 'data:image/…
-
**Describe the bug**
Even though in the config _lazyLoading_ and _unloadWhenInvisible_ are both on true, the elements are loaded in the DOM.
**To Reproduce**
Steps to reproduce the behavior:
1. …
-
## Background
u know when we use other md editor write a post, the img with relative path is like this `![makabaka](postname/1.jpg)`, but here in hexo-render-marked i must use `![makabaka](1.jpg)` if…