Skip to content

Instantly share code, notes, and snippets.

@brightchul
Created August 16, 2020 22:46
Show Gist options
  • Save brightchul/bdab438e97fc04a08b7297bdf06e8e61 to your computer and use it in GitHub Desktop.
Save brightchul/bdab438e97fc04a08b7297bdf06e8e61 to your computer and use it in GitHub Desktop.
이미지 드래그 막기
img {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment