lucaspulliese / vue-cool-lightbox

Vue.js lightbox inspired by fancybox.
https://vue-cool-lightbox.lucaspulliese.com
341 stars 54 forks source link

Handle src errors #76

Open ionchi opened 3 years ago

ionchi commented 3 years ago

I have a case when the item's src might return an error (403, 400, etc). It's possible to be able to specify a fallback url for the item or at least have an additional event onError to handle such cases?