Skip to content

Instantly share code, notes, and snippets.

View Sandstedt's full-sized avatar

Jonas Sandstedt Sandstedt

View GitHub Profile
@Sandstedt
Sandstedt / detect_full_screen.html
Last active April 10, 2018 09:57 — forked from nathansmith/detect_full_screen.html
Detect full-screen mode for desktop browsers.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Detect Full-Screen</title>
<style>
* {
font-family: sans-serif;
line-height: 1.5;