aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-08-09 21:43:14 -0500
committerJesús <heckyel@hyperbola.info>2021-08-09 21:43:14 -0500
commit421de00c8bb27fd0cd01d19ed4c2681ef2d63446 (patch)
tree2f89374f032b3398c7566ab41edfd19576ecc0e7
parent105f2b748f75b588b7cf115ead422d1a9378abb6 (diff)
downloadplyr-421de00c8bb27fd0cd01d19ed4c2681ef2d63446.tar.lz
plyr-421de00c8bb27fd0cd01d19ed4c2681ef2d63446.tar.xz
plyr-421de00c8bb27fd0cd01d19ed4c2681ef2d63446.zip
[README.md] update
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a453384..67b65679 100644
--- a/README.md
+++ b/README.md
@@ -538,12 +538,12 @@ player.source = {
{
src: '/path/to/movie.mp4',
type: 'video/mp4',
- size: 720,
+ data-res: 720,
},
{
src: '/path/to/movie.webm',
type: 'video/webm',
- size: 1080,
+ data-res: 1080,
},
],
poster: '/path/to/poster.jpg',