diff --git a/Image.class.php b/Image.class.php index 1347570..2dfdbf0 100644 --- a/Image.class.php +++ b/Image.class.php @@ -33,4 +33,9 @@ class Image extends File { return $this->sizes; } + + public function getVariant($size) + { + return parent::getImageVariant($size); + } } \ No newline at end of file