Guest User

Untitled

a guest
Mar 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. fullscreen(){
  2. if(window.innerWidth == screen.width && window.innerHeight == screen.height) {
  3. //to make normal
  4. } else {
  5. //to make full screen Like pressing F11 keyboard button
  6. }
  7. }
Add Comment
Please, Sign In to add comment