tagwall: do not limit img width/height
This commit is contained in:
parent
546ffab4aa
commit
2d3f116c60
|
@ -15,8 +15,8 @@
|
||||||
"hr" => null, // without attributes
|
"hr" => null, // without attributes
|
||||||
"br" => null,
|
"br" => null,
|
||||||
"img" => array(
|
"img" => array(
|
||||||
"width" => array( TW_NUM, 80, 60, 120 ), // 80 - default, number must be in range <60,120>
|
"width" => array( TW_NUM ), // 80 - default, number must be in range <60,120>
|
||||||
"height"=> array( TW_NUM, 80, 60, 120 ),
|
"height"=> array( TW_NUM ),
|
||||||
"src" => array( TW_RQ_URL ),
|
"src" => array( TW_RQ_URL ),
|
||||||
"title" => null,
|
"title" => null,
|
||||||
"border"=> array( TW_RQ_NUM, 0, 0, 0),
|
"border"=> array( TW_RQ_NUM, 0, 0, 0),
|
||||||
|
@ -56,4 +56,4 @@
|
||||||
"dt" => null,
|
"dt" => null,
|
||||||
"dd" => null,
|
"dd" => null,
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue