Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] 第902天 H5如何禁止保存或复制图片? #4531

Open
haizhilin2013 opened this issue Oct 3, 2021 · 2 comments
Open

[html] 第902天 H5如何禁止保存或复制图片? #4531

haizhilin2013 opened this issue Oct 3, 2021 · 2 comments
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第902天 H5如何禁止保存或复制图片?

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the html html label Oct 3, 2021
@yj510132642
Copy link

pointer-events: none;

@keenesun
Copy link

  • 改用background设置图片
  • 使用透明遮罩挡住
  • 使用canvas
  • pointer-events: none(该方法也会禁用掉点击事件)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

3 participants