Skip to content

Instantly share code, notes, and snippets.

@leohxj
Created November 3, 2014 08:27
Show Gist options
  • Select an option

  • Save leohxj/8ead14e9dd2b4c098e62 to your computer and use it in GitHub Desktop.

Select an option

Save leohxj/8ead14e9dd2b4c098e62 to your computer and use it in GitHub Desktop.
阻止图片拖拽
img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment