-
We are getting and error after implement lazy load for images on our website, is getting the image from the source and putting it as background on style attribute, but is also displaying both images. …
-
@tomByrer I have split the `index.js` to multiple files and lazyload the files,maybe faster now.Can you try it again?
Thank you again!
_Originally posted by @luckyadam in https://github.com/Ne…
-
Hi Folks,
Is that possible to lazy load my urls?. From slick.js i can able to see that, we can lazy load only images.
But, my requirement is to lazyload url's on click of carousel.
I will include url…
-
**Description**
Highstate on v3005rc2 is marginally slower than v3004, but still within the acceptable range (I measured about ~5% slower). Adding `state_aggregate: true` to minion conf causes the hi…
-
I am using the v-lazy on the `` element.
Lazy load works fine, however, the issue is the request fires twice?
`import VueLazyload from 'vue-lazyload';
Vue.use(VueLazyload, { attempt: 1, preLoad…
-
Edge 版本: 16.16299
```js
const flv = Flv.createPlayer(
{
isLive: true,
hasAudio: false,
type: 'flv',
url: source.url,
},
{
enableStashBuffer: false,
lazyLoad:…
-
There are some minor tweaks we could implement, eg.
## Homepage
- [ ] Add meta description for the homepage
- [ ] Add robots.txt file (or at least make it not crash)
- [ ] Add alt texts for image…
Pacu2 updated
4 years ago
-
The state succeeds, but there are a couple of tracebacks in the debug log triggered by the loader (this probably means that these unrelated modules should be fixed):
`sudo salt-call state.single pk…
-
let id = 0;
export default {
data() {
return {
props: {
lazy: true,
lazyLoad (node, resolve) {
const { level } = node;
…
-
Is there a way to update the component when the data changes?
I call the component like this:
``
I populate the gallery array in this function which is called before rendering
```
function …