In my program downloads site, there are images of various sizes, for example: for each program has a thumbnail, a large image and the screenshots.
I just want to make the images all of the same size and by the url pass the size I want from the image. Something like: uploads/imagens/imagen-teste.jpg?w=500&h=500
. If I want the same image in another size, I would only pass the value through the url, thus: uploads/imagens/imagen-teste.jpg?w=100&h=100
.
How can I do this? Or is there a plugin that does this?