diff --git a/demos.json b/demos.json index ed9f0d5..8835e9c 100644 --- a/demos.json +++ b/demos.json @@ -4,10 +4,10 @@ "url": "fullscreen", "tags": "fullscreen", "support": { - "live": "opera", - "nightly": "chrome firefox safari" + "live": "opera chrome firefox safari", + "nightly": "" }, - "test": "" + "test": "document.body.requestFullscreen !== undefined" }, { "desc": "Stream video and filter with canvas", diff --git a/demos/fullscreen.html b/demos/fullscreen.html index 0834efe..8b1278c 100644 --- a/demos/fullscreen.html +++ b/demos/fullscreen.html @@ -12,7 +12,8 @@

This example shows how an element can request fullscreen support from the browser.

Not supported :(

- + +