Skip to content

Instantly share code, notes, and snippets.

@user19
Last active August 29, 2015 14:10
Show Gist options
  • Save user19/4ebdd1acd22d7722d333 to your computer and use it in GitHub Desktop.
Save user19/4ebdd1acd22d7722d333 to your computer and use it in GitHub Desktop.
var element = window.document.createElement("input");
element.type = "button";
element.setAttribute("onclick","window.document.getElementById('myVideo').webkitRequestFullscreen();");
element.value = "fullscreen";
var telop = window.document.getElementById("retmyseries").appendChild(element);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment