Skip to content

Instantly share code, notes, and snippets.

@kobitoDevelopment
Created July 2, 2022 15:20
Show Gist options
  • Select an option

  • Save kobitoDevelopment/c55b8578ee2416dce1c97e1948c122a3 to your computer and use it in GitHub Desktop.

Select an option

Save kobitoDevelopment/c55b8578ee2416dce1c97e1948c122a3 to your computer and use it in GitHub Desktop.
<!-- 画像パスに画像が存在しない場合は表示しない -->
<img src="assets/images/icon.ng" onerror="this.remove()" alt="画像">
<!-- 画像パスに画像が存在しない場合はダミー画像を表示する -->
<img src="assets/images/icon.ng" onerror="this.onerror=null;this.src='ダミー画像パス'" alt="画像">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment