简体   繁体   English

如何在 iframe 中禁用右键单击?

[英]How to disable right-click in the iframe?

I have a WordPress website I would like to disable right-click in my iframe videos?我有一个 WordPress 网站我想在我的 iframe 视频中禁用右键单击?

The oncontextmenu attribute should help you oncontextmenu 属性应该可以帮助您

<source src="yourvideo.ogg" oncontextmenu="return false;">

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM