Damus
nostrich profile picture
nostrich
#CNostr can't load some images because the wall,if give two or more urls will same picture show many times and waste data traffic .

So can we #Nostr like HTML img tag onerror:

```
<img src="URLpic1.gif"
onerror="javascript:onerror = null; this.src='URLpic2.gif';"
alt="pic" />
```

#Markdown can add alt tag but rarely use,so we can use `![URLpic2.gif](URLpic1.gif)` add a Two-Urls-Pic,Only load pic1 if pic1 can load, if fail load pic1,load pic2 at the same place.

#Nostrmo @DASHU
#Damus @jb55
#Amethyst @Vitor Pamplona

lightning:[email protected] 🐇ᥬ[🐕]᭄🌿
neo · 147w
Adding more URLs just delays the problem. It does not provide a means for recovery.