lvhao il y a 5 mois
Parent
commit
200414df9e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/CoreApp/controllers/Color.php

+ 1 - 1
core/CoreApp/controllers/Color.php

@@ -171,7 +171,7 @@ class Color extends Start_Controller {
 					$lx = strtolower(end($lx));
 					if($lx == "3gp" || $lx == "rmvb" || $lx == "flv" || $lx == "wmv" || $lx == "avi" || $lx == "mkv" || $lx == "wav" || $lx == "mp4")
 					{
-						$info_list[$key]['img'] = '<video width="200px" height="auto" src="'.$v.'" controls="controls"';
+						$info_list[$key]['img'] = '<video width="100%" height="auto" src="'.$v.'" controls="controls"';
 					}
 					else if($v != '')
 					{