There was an error in img tag when no image source found.
I used this below code to resolve this issue, if you are also facing the same issue, please go a head with this code.
It works fine for me. Try it
For such more blogs Kindly visit to http://findnerd.com/NerdDigest/I used this below code to resolve this issue, if you are also facing the same issue, please go a head with this code.
- <img src="profileimage.png" onerror="this.src='noimage.png'">
No comments:
Post a Comment