Basically, i have the idea in my head. Basically, on the wordpress admin panel there is going to be a page for you to submit a movie. It's mainly for my collection, but i want to be able to put a image in and the title of the movie and it adds it to the page.
But when you put the movie image in, it makes it a certain size and uploads to the server.
Yeah I know, but are you trying to upload the images? Didn't you say that? Because alot of image hosts resize images before you upload them, im thinking this is what you mean?
Um, to resize the image before PHP uploads it, you would need a program running on the server that would do this. This, I have no idea how to do. That method can be accomplished, though you can just use the PHP combined with CSS and HTML.
So like use PHP when retriving the images to use that information to display the location of the image and put that in the src of an HTML img tag and use that img tag to size that img. If you understand what I mean?