diff options
author | Sam Potts <me@sampotts.me> | 2015-02-15 14:35:30 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-15 14:35:30 +1100 |
commit | 0190e161b69bf78064cfb5e193ba97d86b88f582 (patch) | |
tree | 838b813010af243c0c44bcb066e9e492edea9417 /docs | |
parent | 21c20614d56c307e31dd521c63c983026e83917f (diff) | |
download | plyr-0190e161b69bf78064cfb5e193ba97d86b88f582.tar.lz plyr-0190e161b69bf78064cfb5e193ba97d86b88f582.tar.xz plyr-0190e161b69bf78064cfb5e193ba97d86b88f582.zip |
Full screen improvements, tweaked examples
Diffstat (limited to 'docs')
-rw-r--r-- | docs/audio.html | 6 | ||||
-rw-r--r-- | docs/video.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/audio.html b/docs/audio.html index fa237633..bf48615b 100644 --- a/docs/audio.html +++ b/docs/audio.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> -<head> +<html lang="en" class="example-audio"> + <head> <meta charset="utf-8" /> <title>Simple Media</title> <meta name="description" content="Custom HTML5 video controls and WebVTT captions."> @@ -11,7 +11,7 @@ <link rel="stylesheet" href="../dist/css/simple-media.css"> <link rel="stylesheet" href="../dist/css/docs.css"> </head> - <body class="container"> + <body> <header> <h1>Simple Media</h1> <p>A simple HTML5 media player</p> diff --git a/docs/video.html b/docs/video.html index 8fe4474a..9625f0e9 100644 --- a/docs/video.html +++ b/docs/video.html @@ -1,6 +1,6 @@ <!doctype html> -<html lang="en"> -<head> +<html lang="en" class="example-video"> + <head> <meta charset="utf-8" /> <title>Simple Media</title> <meta name="description" content="Custom HTML5 video controls and WebVTT captions."> @@ -11,7 +11,7 @@ <link rel="stylesheet" href="../dist/css/simple-media.css"> <link rel="stylesheet" href="../dist/css/docs.css"> </head> - <body class="container"> + <body> <header> <h1>Simple Media</h1> <p>A simple HTML5 media player</p> |