From a0dfd6b8fb04275b955ff9f457587832ed75e515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Eduardo?= Date: Tue, 25 Jul 2017 15:50:22 -0500 Subject: Fixed style --- librevideojs-html5-player.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'librevideojs-html5-player.php') diff --git a/librevideojs-html5-player.php b/librevideojs-html5-player.php index e7b783f..31922af 100644 --- a/librevideojs-html5-player.php +++ b/librevideojs-html5-player.php @@ -1,7 +1,7 @@ Jesús Eduardo, Jorge Maldonado Description: Reproductor de vídeo Libre en Responsive Desing HTML5 para WordPress, construido sobre el ampliamente utilizado LibreVideoJS de la biblioteca del reproductor de vídeo HTML5. Le permite incrustar vídeo en tu post o página con HTML5 para los navegadores principales. Es compatible con LibreJS de acuerdo con la filosofía GNU. @@ -20,7 +20,7 @@ if (!class_exists('LIBREVIDEOJS_HTML5_PLAYER')){ class LIBREVIDEOJS_HTML5_PLAYER{ - var $plugin_version = '1.2.2'; + var $plugin_version = '1.2.3'; function __construct(){ define('L_VERSION', $this->plugin_version); @@ -229,12 +229,7 @@ EOT; // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later var librestyle = document.getElementById("$player"); librestyle.className += " cliplibre-js-responsive-container librevjs-hd cliplibre-js librevjs-libre-{$_skin}-skin"; - cliplibrejs('$player',{plugins:{resolutionSelector:{force_types:['video/webm','video/ogg','video/mp4'],default_res:"$resolution"}},nativeControlsForTouch: false}); - // @license-end - - $style -- cgit v1.2.3