lvhao 5 달 전
부모
커밋
200414df9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 != '')
 					{