aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuru Prasad Srinivasa <gurupras@buffalo.edu>2018-06-30 08:01:37 -0400
committerGuru Prasad Srinivasa <gurupras@buffalo.edu>2018-06-30 08:04:32 -0400
commit29fb4dfc2b8cbd2abe09e5f68d334afca33ede67 (patch)
tree783642f95e2caeec7f9f4bfae672d8485277b0d6
parent566c05983233f935b2d537b4f9f682e464aab27c (diff)
downloadplyr-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 51aad352..db099b58 100644
--- a/readme.md
+++ b/readme.md
@@ -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',