Skip to content

Instantly share code, notes, and snippets.

View ludviglindblom's full-sized avatar

Ludvig Lindblom ludviglindblom

View GitHub Profile
@ludviglindblom
ludviglindblom / detect_full_screen.html
Created May 18, 2011 16:32 — 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;