Add filters

This commit is contained in:
Ludovic CANDELLIER
2021-11-01 23:42:53 +01:00
parent 459d35e8a1
commit f5716c6530
18 changed files with 148 additions and 35 deletions

View File

@@ -28,7 +28,7 @@ trait Imageable
public static function getPreview($image)
{
return '<img src="' . self::getPreviewSrc($image) . '">';
return '<img src="' . self::getPreviewSrc($image) . '" class="img-fluid">';
}
public static function getPreviewSrc($image)