VadimDez / ngx-img-fallback

🖼 Load placeholder image on image error, Angular 5+

Home Page:https://vadimdez.github.io/ngx-img-fallback/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fallback image not loaded when the dynamic image source changed

sonhuytran opened this issue · comments

I'd love to use your library. Thank you for that.

My problem is: I have an image () with a dynamic [src] input.
When the first url is applied -> image not found -> fallback image loaded successfully.
When the second url applied -> image found -> the right image loaded.
But when the third url is applied -> image not found -> fallback image not loaded anymore from now on.