Skip to content

lazy state not changing to loaded #384

@30capri

Description

@30capri

I am loading a vue component, but the image lazy state is not changing to loaded, until and unless I am hovering over the component. The images are present in the viewport. The issue is observed even after the images have been downloaded. I am using the same component in other pages, but there the issue is not observed.

This is how it's used
image

Here we are initializing it

Vue.use(VueLazyLoad, { loading: "./Default_Image.png", error: "./Default_Image.png" })

HTML
image

The page on which we are using is displayed in a tab. I don't think that should be a problem though.
Not able to figure out what is wrong. :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions