If the image not find set the default image.
Use this:-
onerror="this.onerror=null; this.src='../images/Default.png'"
Example:-
<img src="images.png" alt="User Image" onerror="this.onerror=null; this.src='Default.png'" >
Use this:-
onerror="this.onerror=null; this.src='../images/Default.png'"
Example:-
<img src="images.png" alt="User Image" onerror="this.onerror=null; this.src='Default.png'" >
No comments:
Post a Comment