From 35b164eeebc79a39576dc2c0e71b9a3e7264efcf Mon Sep 17 00:00:00 2001 From: Heckyel Date: Sun, 12 Mar 2017 15:28:35 -0500 Subject: =?UTF-8?q?Agrega=20Codificador=20din=C3=A1mico=20para=20el=20sele?= =?UTF-8?q?ctor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- librevideojs.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'librevideojs.php') diff --git a/librevideojs.php b/librevideojs.php index fb1d025..06015c6 100644 --- a/librevideojs.php +++ b/librevideojs.php @@ -153,6 +153,9 @@ function LibreVideoJS_embed($atts, $content=null){ $_no_browser = '

' . $_no_html5 . '

'; + //force_types + $_force_types = 'video/' . $code; + //custom style $style = ''; if(!empty($width)){ @@ -172,7 +175,7 @@ EOT; $style EOT; -- cgit v1.2.3