diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-01-27 08:12:10 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-01-27 08:12:10 -0500 |
commit | 236192c430f031771a59e8887da70ed2d7f89da4 (patch) | |
tree | e69b6996807faaf1c35478f6bb67ac027b08b0f0 | |
parent | 6fab6789c18bf215f16e1eb020c19272f2bd8ecd (diff) | |
download | librevideojs-html5-player-236192c430f031771a59e8887da70ed2d7f89da4.tar.lz librevideojs-html5-player-236192c430f031771a59e8887da70ed2d7f89da4.tar.xz librevideojs-html5-player-236192c430f031771a59e8887da70ed2d7f89da4.zip |
tested new version wordpress 4.7.2
-rw-r--r-- | readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ Contributors: heckyel, jorgesumle Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=94ETCSCSGNQVJ&lc=AL&item_name=librevideojs&item_number=Apoyo%20a%20LibreVideoJS¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted Tags: video, wpvideo, HTML5, videojs, mobile, playlists, embed video, librevideojs, player, video player, embed, lightweight, minimal, myvideo, responsive requires at least: 4.2 -Tested up to: 4.7.1 +Tested up to: 4.7.2 Stable tag: 1.0.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -47,7 +47,7 @@ The parameter url is the URL of the video and url_calidad (example: 4k, 2k, 1080 Do not forget to put code="webm" or code="ogv" depending on the format of your file. Then it is also necessary to specify with the command selector="resolution to show" the default resolution (720p, 480p, 360p, 240p, 144p), for example: -`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" code="webm" url_calidad="1080p selector"="360p"] +`[librevideojs_video url="http://example.com/wp-content/uploads/videos/myvid.webm" code="webm" url_calidad="1080p" selector="360p"] [calidades lvjs_calidad="720p" src_video="video720.webm" lvjs_code="webm"] [calidades lvjs_calidad="480p" src_video="video480.webm" lvjs_code="webm"] [calidades lvjs_calidad="360p" src_video="video360.webm" lvjs_code="webm"] @@ -112,7 +112,7 @@ Specifies that the audio output of the video must be muted. For detailed documentation, please visit the website of the plugin [LibreVideoJS HTML5 Player](https://notabug.org/Heckyel/librevideojs-html5-player) **All** -`[librevideojs_video url="videooriginal.webm" code="webm" url_calidad="1080p selector"="480p"] +`[librevideojs_video url="videooriginal.webm" code="webm" url_calidad="1080p" selector="480p"] [calidades lvjs_calidad="720p" src_video="video720.webm" lvjs_code="webm"] [calidades lvjs_calidad="480p" src_video="video480.webm" lvjs_code="webm"] [calidades lvjs_calidad="360p" src_video="video360.webm" lvjs_code="webm"] |