Quote:
Originally Posted by Killhunter
And you cant add this or say me how i could do that?
|
As I said before, adding an entire image uploading, file management, resizing and display class is not simple when it has to work on a infinite number of site configurations all of whom want their own specific file saving and display options -- which is why the mod uses urls right now.
If you want to add your own forced resize open up the review template and add a width="X" height="Y" into the <img> tag where you define either a max width or height... However that will not actually resize the image, it just forces it to look smaller while still downloading the entire file and potentially altering the aspect ratio or distorting the page.