SVG files do not have higher quality alternative

This commit is contained in:
Matias Griese
2022-01-06 16:01:53 +02:00
parent e6447f7203
commit d15542e553

View File

@@ -37,4 +37,12 @@ class StaticImageMedium extends Medium implements ImageMediaInterface
return ['name' => 'img', 'attributes' => $attributes];
}
/**
* @return $this
*/
public function higherQualityAlternative()
{
return $this;
}
}