From 3b606d79c81d3ca19114b911bfe2e36184f715e9 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Fri, 16 Dec 2016 12:09:42 -0500 Subject: =?UTF-8?q?correcci=C3=B3n=20responsive=20desing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librevideojs/js/cliplibrejs.dev.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'librevideojs/js/cliplibrejs.dev.js') diff --git a/librevideojs/js/cliplibrejs.dev.js b/librevideojs/js/cliplibrejs.dev.js index 12c3af9..ef80332 100644 --- a/librevideojs/js/cliplibrejs.dev.js +++ b/librevideojs/js/cliplibrejs.dev.js @@ -5,7 +5,7 @@ * @licstart The following is the entire license notice for the * JavaScript code in this page. * - * Copyleft 2016 Jesus E. M. + * Copyleft 2016 Jesús Eduardo, Jorge Maldonado Ventura * * The JavaScript code in this page is free software: you can * redistribute it and/or modify it under the terms of the GNU @@ -2637,8 +2637,8 @@ librevjs.Player.prototype.createEl = function(){ // Make box use width/height of tag, or rely on default implementation // Enforce with CSS since width/height attrs don't work on divs - this.width(this.options_['width'], true); // (true) Skip resize listener on load - this.height(this.options_['height'], true); + this.width(this.options_['width="100%"'], true); // (true) Skip resize listener on load + this.height(this.options_['height="auto"'], true); // Wrap video tag in div (el/box) container if (tag.parentNode) { -- cgit v1.2.3