You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out my problem. The span was the placeholder, which never was replaced by an image because it wasn't in the viewport. In my case, the image was a 1x1 pixel which was loading in the overflow of a div. Making sure I put the pixel in a place that was actual visible solved the problem for me.
My code:
Hi, I have a problem with LazyLoadImage.
the src attributes is the url of the image svg from cloud.
The text was updated successfully, but these errors were encountered: