wittlock/ngx-image-zoom

Fallback in case of missing thumbnail

Opened this issue · 0 comments

It would be great to have an option to fallback to full sized image if thumbnail image is missing. I'm using <img (error)="fallback()" /> to handle such cases in other places, but currently have to make explicit checks for existence of thumbnail image before rendering ngx-image-zoom.