How to check for broken images in React JS

后端 未结 5 778
忘了有多久
忘了有多久 2020-12-05 19:25

I\'m writing a module that takes article data from json and shows a large image over the article text, a hero module as they say.

I\'ve got the data and have set it

5条回答
  •  既然无缘
    2020-12-05 20:05

    In case that you know the image's error will be the absence of it like you are looping a gallery of profiles and some of them do not have pictures available, then you can simply insert the image's path as a callback like this:

    test
    

提交回复
热议问题