mirror of
https://github.com/getgrav/grav.git
synced 2026-06-13 02:49:56 +02: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