mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-11-02 12:51:00 +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
|
||||
"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…
x
Reference in New Issue
Block a user