diff options
author | Sam Potts <sam@potts.es> | 2020-01-13 16:32:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-13 16:32:43 +0000 |
commit | d00d31961ef7fc51a4e253431e8535866d6dd921 (patch) | |
tree | f97e1a8a48a823229f4a19ab1b0be55232fe2073 /readme.md | |
parent | b2d3ef5f380302f5a9b9cdfb6279a11e632bd2fa (diff) | |
parent | a2bf974058d643c93b37bf4e281922216d9beccb (diff) | |
download | plyr-d00d31961ef7fc51a4e253431e8535866d6dd921.tar.lz plyr-d00d31961ef7fc51a4e253431e8535866d6dd921.tar.xz plyr-d00d31961ef7fc51a4e253431e8535866d6dd921.zip |
Merge pull request #1484 from MaxGiting/patch-1
Improve clarity
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -629,16 +629,16 @@ Fullscreen in Plyr is supported by all browsers that [currently support it](http Plyr supports the last 2 versions of most _modern_ browsers. -| Browser | Supported | -| ------------- | ------------- | -| Safari | ✓ | -| Mobile Safari | ✓¹ | -| Firefox | ✓ | -| Chrome | ✓ | -| Opera | ✓ | -| Edge | ✓ | -| IE11 | ✓³ | -| IE10 | ✓²³ | +| Browser | Supported | +| ------------- | --------------- | +| Safari | ✓ | +| Mobile Safari | ✓¹ | +| Firefox | ✓ | +| Chrome | ✓ | +| Opera | ✓ | +| Edge | ✓ | +| IE11 | ✓³ | +| IE10 | ✓<sup>2,3</sup> | 1. Mobile Safari on the iPhone forces the native player for `<video>` unless the `playsinline` attribute is present. Volume controls are also disabled as they are handled device wide. 2. Native player used (no support for `<progress>` or `<input type="range">`) but the API is supported. No native fullscreen support, fallback can be used (see [options](#options)). |