Advertisement
topherbones

Show alternate image, if image not found

Jul 25th, 2022
1,169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <!-- Shows an alternate image if, src image isn't found. -->
  2. <img id="currentPhoto" src="SomeImage.jpg" onerror="this.onerror=null; this.src='Default.jpg'" alt="" width="100" height="120">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement