Laravel Intervention/Image make gif returns a static image
this is the code that i use to get the image:
$img = Image::make($ad['image_url']);
return $img->response();
it works, the only thing is that the image returned is static.
When opening the real image url in a tab, it’s animated
is there a way to get the animated result?
from Laravel Questions and Answers https://laravelquestions.com/php/laravel-intervention-image-make-gif-returns-a-static-image/
via Lzo Media
No comments:
Post a Comment