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.
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.