mirror of
https://github.com/getgrav/grav.git
synced 2026-02-08 23:57:39 +01:00
SVG files do not have higher quality alternative
This commit is contained in:
@@ -37,4 +37,12 @@ class StaticImageMedium extends Medium implements ImageMediaInterface
|
||||
|
||||
return ['name' => 'img', 'attributes' => $attributes];
|
||||
}
|
||||
|
||||
/**
|
||||
* @return $this
|
||||
*/
|
||||
public function higherQualityAlternative()
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user