You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dead images currently show the game name in large text instead of a placeholder image and it doesn't look very good imo.
This can be done with <object></object> I think which will load the contents inside the tag if it couldn't load whatever you passed to data.
Dead images currently show the game name in large text instead of a placeholder image and it doesn't look very good imo.
This can be done with
<object></object>
I think which will load the contents inside the tag if it couldn't load whatever you passed todata
.The code above should load and display
noexist.png
if it fails to loadicon1.png
The text was updated successfully, but these errors were encountered: