34
edits
Astevenson (talk | contribs) (First pass at content) |
Astevenson (talk | contribs) (Fix small issue with format) |
||
Line 36: | Line 36: | ||
Firefox doesn’t support this on Desktop or Mobile. | Firefox doesn’t support this on Desktop or Mobile. | ||
''Suggested Fix''' | '''Suggested Fix''' | ||
Not a trivial thing to fix. Ensure that there is a fallback mechanism for browsers that don’t support HLS (currently on Desktop, only Edge and Safari do). | Not a trivial thing to fix. Ensure that there is a fallback mechanism for browsers that don’t support HLS (currently on Desktop, only Edge and Safari do). | ||
Line 46: | Line 46: | ||
Basically with a fix width, Gecko on Mobile doesn’t necessary resize the page to fit in the screen. | Basically with a fix width, Gecko on Mobile doesn’t necessary resize the page to fit in the screen. | ||
''Suggested Fix''' | '''Suggested Fix''' | ||
Use width=device-width instead of fixed size. | Use width=device-width instead of fixed size. | ||
edits