diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-01-28 20:14:12 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-01-28 20:14:12 -0500 |
commit | 507cb31313df313dc3ddb709b114ca6734414641 (patch) | |
tree | e19e50368ab8416d4808bf82524d3464321f894a | |
parent | fb993840a3e016d7b3ceabdf4b65750cce9ac221 (diff) | |
download | librevideojs-html5-player-507cb31313df313dc3ddb709b114ca6734414641.tar.lz librevideojs-html5-player-507cb31313df313dc3ddb709b114ca6734414641.tar.xz librevideojs-html5-player-507cb31313df313dc3ddb709b114ca6734414641.zip |
Instructions for the skin
-rw-r--r-- | readme.txt | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -53,13 +53,11 @@ Then it is also necessary to specify with the command selector="resolution to sh [calidades lvjs_calidad="360p" src_video="video360.webm" lvjs_code="webm"] [/librevideojs_video] ` -Solved from graphics. **Subtitles or captions** -To add subtitles use the command 'track' followed by the parameters: 'kind', 'subt', 'srclang', 'Label', 'default' (optional) from HTML. Solved from graphics. -It is recommended that the subtitles are in your web site, i.e., if your website is https://www.example.com/ subtitles should be in -https://www.example.com/subtitles/mi_subtitulo.vtt or in a similar URL. Subtitles will not be loaded if you import them from another website (http://www.another_website.com/subs/subtitles.vtt). +To add subtitles use the command 'track' followed by the parameters: 'kind', 'subt', 'srclang', 'Label', 'default' (optional) from HTML. +It is recommended that the subtitles are in your web site, i.e., if your website is https://www.example.com/ subtitles should be in https://www.example.com/subtitles/mi_subtitulo.vtt or in a similar URL. Subtitles will not be loaded if you import them from another website (http://www.another_website.com/subs/subtitles.vtt). `[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" url_calidad="1080p" code="webm" selector="360p"] [track kind="captions" subt="http://localhost/web/wp-content/uploads/subtitles/en.vtt" srclang="en" label="English"] @@ -68,6 +66,11 @@ https://www.example.com/subtitles/mi_subtitulo.vtt or in a similar URL. Subtitle [/librevideojs_video] ` +**Skin** +To change the color and style of the player use 'skin', by adding the name of the style ('mixblue', 'mixgrey','mixpurple', 'mixred', 'mixteal', 'mixyellow', 'materialblue', 'materialgrey', 'materialpurple', 'materialred', 'materialteal', 'materialyellow'), example: + +`[librevideojs_video url="myvideo.webm" code="webm" skin="mixteal"][/librevideojs_video]` + **Preload** Specifies how the video must be loaded when you load the page. By default this is set to "Auto" (the video should be fully charged when the page is loaded). There area other options: @@ -172,7 +175,7 @@ None == Changelog == = 1.0.4 = -* New skin-material +* New skin-material and skin-mix * Debugging cliplibrejs.dev.js = 1.0.3 = @@ -182,4 +185,4 @@ None * First Commit == More infos == -For more information, you can visit the following videos [LibreVideoJS in HTML5 Player](http://www.roaming-initiative.net/mediagoblin/u/cybersy/collection/librevideojs/) for now only spanish. +For more information, you can visit the following videos [LibreVideoJS in HTML5 Player](http://www.roaming-initiative.net/mediagoblin/u/cybersy/collection/librevideojs/) for the moment in Spanish. |