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
Hi contributors,
I have used fallback attribute to identify the default image when load the image doesn't load. <img-loader src="inivalid url" fallback="https://static.pexels.com/photos/194730/pexels-photo-194730-large.jpeg" useImg></img-loader>
However, it does not show as i'd like. Can you take a look, please ?
The text was updated successfully, but these errors were encountered:
At the moment this feature is not supported fully in the browser. I merged this PR yesterday that should fix this issue partially. I will add more code soon to handle this in the browser as well.
Hi contributors,
I have used fallback attribute to identify the default image when load the image doesn't load.
<img-loader src="inivalid url" fallback="https://static.pexels.com/photos/194730/pexels-photo-194730-large.jpeg" useImg></img-loader>
However, it does not show as i'd like. Can you take a look, please ?
The text was updated successfully, but these errors were encountered: