V
Size: a a a
V
Д
$name = pathinfo($file,PATHINFO_FILENAME).'.webp';
$r->mainphoto->move(storage_path('app/public/blog-images'), $name);
то фото отлично отображаются в safari, IE $imageUpload = Image::make($image->getRealPath())
->resize(1366, null, function ($constraint) {
$constraint->aspectRatio();
})->save($destinationPath
.$imageName);``Д
P
Д
Д
Д
P
P
Д
Д
P
Д
H
H