tagwall: do not limit img width/height

master
Andrew Dolgov 18 years ago
parent 546ffab4aa
commit 2d3f116c60

@ -15,8 +15,8 @@
"hr" => null, // without attributes
"br" => null,
"img" => array(
"width" => array( TW_NUM, 80, 60, 120 ), // 80 - default, number must be in range <60,120>
"height"=> array( TW_NUM, 80, 60, 120 ),
"width" => array( TW_NUM ), // 80 - default, number must be in range <60,120>
"height"=> array( TW_NUM ),
"src" => array( TW_RQ_URL ),
"title" => null,
"border"=> array( TW_RQ_NUM, 0, 0, 0),

Loading…
Cancel
Save