From 5c4c9eb53edf2b4cf147c60f40fa44a004a8c291 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Sun, 17 May 2015 20:49:55 -0700 Subject: [PATCH] add faq to configure page --- options.css | 12 ++++++++---- options.html | 15 ++++++++++++++- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/options.css b/options.css index 425bfed..8a75b36 100644 --- a/options.css +++ b/options.css @@ -50,12 +50,12 @@ section h3 { button { -webkit-appearance: none; position: relative; - + margin: 0 1px 0 0; padding: 0 10px; min-width: 4em; min-height: 2em; - + background-image: linear-gradient(#EDEDED, #EDEDED 38%, #DEDEDE); border: 1px solid rgba(0,0,0,0.25); border-radius: 2px; @@ -64,7 +64,7 @@ button { color: #444; text-shadow: 0 1px 0 rgb(240,240,240); font: inherit; - + user-select: none; } @@ -91,4 +91,8 @@ label[for=rememberSpeed] { color: #9D9D9D; display: inline-block; margin-left: 50px; -} \ No newline at end of file +} + +#faq { + margin-top: 2em; +} diff --git a/options.html b/options.html index b0fc1c0..cc07ad5 100644 --- a/options.html +++ b/options.html @@ -50,5 +50,18 @@
- + +
+
+ +

The video controls are not showing up?

+

This extension is only compatible with HTML5 video. If you don't see the controls showing up, chances are you are viewing a Flash video. If you want to confirm, try right-clicking on the video and inspect the menu: if it mentions flash, then that's the issue. That said, most sites will fallback to HTML5 if they detect that Flash it not available. You can try manually disabling Flash plugin in Chrome:

+ + +
+