mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
set recommended maximum image height to 250px (was 400px) in bin/createNewsEntry
This commit is contained in:
@@ -55,7 +55,7 @@ $confs = array(2, 3);
|
||||
|
||||
$imageRestriction = array(
|
||||
'width' => 400,
|
||||
'height' => 400
|
||||
'height' => 250
|
||||
);
|
||||
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user