diff options
author | Guru Prasad Srinivasa <gurupras@buffalo.edu> | 2018-06-30 08:01:37 -0400 |
---|---|---|
committer | Guru Prasad Srinivasa <gurupras@buffalo.edu> | 2018-06-30 08:04:32 -0400 |
commit | 29fb4dfc2b8cbd2abe09e5f68d334afca33ede67 (patch) | |
tree | 783642f95e2caeec7f9f4bfae672d8485277b0d6 | |
parent | 566c05983233f935b2d537b4f9f682e464aab27c (diff) | |
download | plyr-29fb4dfc2b8cbd2abe09e5f68d334afca33ede67.tar.lz plyr-29fb4dfc2b8cbd2abe09e5f68d334afca33ede67.tar.xz plyr-29fb4dfc2b8cbd2abe09e5f68d334afca33ede67.zip |
Updated README.md to show up to add quality options to HTML5 videos
initialized via the source setter
-rw-r--r-- | readme.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -435,10 +435,12 @@ player.source = { { src: '/path/to/movie.mp4', type: 'video/mp4', + size: 720, }, { src: '/path/to/movie.webm', type: 'video/webm', + size: 1080, }, ], poster: '/path/to/poster.jpg', |