Damus
玛雅idgui profile picture
玛雅idgui
@@cndx
#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] 🐇ᥬ[🐕]᭄🌿
1❤️1
Vitor Pamplona · 152w
Or just migrate to NIP95, then the image will be downloaded from any relay that has it.
玛雅idgui · 152w
Or just Consider add more urls for the same PIC 🐇ᥬ[🐕]᭄🌿 nostr:nevent1qqs8yvsvcfcwxy93nkr29fqzq0jdjrxx6l70nw962xrtzjzv80cek3cpz4mhxue69uhkummnw3ezucn9w3snxtnyv4mqygxngygqvpuzxd7gse8lwcep4qsl9kaulv9mxwryk8xysuf2hkz2sqpsgqqqqqqsaktghy
neo · 152w
Adding more URLs just delays the problem. It does not provide a means for recovery.
玛雅idgui · 152w
This `![URL2](URL1 "URL3")` URLs here NOT only https , also can use NIP94 or NIP95 PicsID(kin1063 kind1065). ``` ![NIP94id](HttpsURL "NIP95id") ``` Fristly try use https Pics compatibility for all Client. If can not download pics, then use NIP94 or NIP95 , at least we can get a blurhash p...