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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: