From cab3137da38d6765d03950289107b299297af803 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Sat, 28 Jan 2017 20:24:48 -0500 Subject: Instructions for the skin --- readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index 28ad949..c6fc081 100644 --- a/readme.txt +++ b/readme.txt @@ -57,7 +57,7 @@ Then it is also necessary to specify with the command selector="resolution to sh **Subtitles or captions** 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). +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/mysubtitles.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"] @@ -92,7 +92,7 @@ When you disable the controls, users will not be able to interact with your vide Makes the video file to play automatically when the page is loaded. -`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" autoplay="true" url_calidad="1080p" code="webm"]` +`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvideo.webm" autoplay="true" url_calidad="1080p" code="webm"]` **Poster** -- cgit v1.2.3