mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-03 21:31:04 +01:00
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),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user