I need a way to compress the size of an image I get from a third party, that is, I get the link with the path of an image and I have to show it on my site.
The main problem is that these images are very large and need to load a thumbnail
of them, as are several images to load the site gets very slow.
Note: I do not intend to compress and download the images to my server, I need to open them directly from the path that is sent to me.
Does anyone have any tips?