Add (ai gen)
This commit is contained in:
@@ -174,6 +174,11 @@ private static function getFilteredImages(string $raw_html, string $proxy, strin
|
||||
continue;
|
||||
}
|
||||
|
||||
if ($height > $width)
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$interventionImage->resize(800, null, function ($constraint) {
|
||||
$constraint->aspectRatio();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user