What are you trying to do exactly here? What are you building?
Oct 30, 2021
7
Level 1
Laravel Size Control By Url Parameters
Hello Friends, I just want to ask a feature:
Image Url: http://127.0.0.1:8000/storage/image/61633152593.webp?w=160&h=160&fit=crop&auto=format
Can i control size of image by URL parameter w & h in Laravel?
For Example:
http://127.0.0.1:8000/storage/image/61633152593.webp?w=250&h=250&fit=crop&auto=format
Or how it's work || how can i do this in laravel. Thanks
Level 1
Thanks I found a third party website which provides the same feature.
Please or to participate in this conversation.