1
0

Updated image dimensions in articles

This commit is contained in:
Richard Dern 2024-04-22 22:20:05 +02:00
parent c406ec8469
commit e09fc2faa1

View File

@ -9,7 +9,7 @@ class Article implements ModifierInterface
{
public function apply(ImageInterface $image): ImageInterface
{
$image->scaleDown(width: 800, height: 600);
$image->scaleDown(width: 864, height: 600);
return $image;
}