Skip to content

Instantly share code, notes, and snippets.

@ljanzik
Last active December 11, 2015 20:19
Show Gist options
  • Save ljanzik/4654838 to your computer and use it in GitHub Desktop.
Save ljanzik/4654838 to your computer and use it in GitHub Desktop.
Disabling AirPlay for Video on Website
<video src="video.mov"
height="768" width="1024"
x-webkit-airplay="deny" >
</video>
<!-- or -->
<embed airplay="deny"
src="movie.mov"
width=320
height=240
mime-type="video/quicktime">
</embed>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment