If the images are comming from a loop, you can add a class to the images and give it the following css atributes:

Code: 
.resize {
width: 800px;
height : auto;
}

.resize {
width: auto;
height : 800px;
}
Solutho Reviewed by Solutho on . Please help me found a fix Hello my friends, Im here to request your help fixing 2 littleee things :) I have an upload page in my website, where my users can send their photos directly to my website. But I need to fix this: 1- When someone uploads a big photo, the image brokes my layout... I need to automatically resize the uploaded image with a limit of 800px width. It is possible in the code below? How? 2- When they send the photos, the date will be saved in my database, but I need also the time... It is Rating: 5