As part of my Personal project course (do what ever the hell you want course)
I decided to make a website to showcase my photography.
My question is:
how would I make a gallery that will fit into this template: http://www.uuilliam.net
the only part of that website that is coded is the header basically...
but it should appear in boxes like the text.
Requirements:
- PHP script to upload to images/gallery but it should resize the image to 600px on its longest length.
and for it to create a thumbnail (75x75, even if it means cropping a bit) and place it into images/gallery/thumbs.
- scalable iframe? I would like the iframe to auto resize to fit the height but for the width to be a maximum of 600 pixels so the thumbnails can remain on the side.
CSS style code (I can PROBABLY do this my self, but help would be appreciated.)
If I am unclear on anything, please tell me.
I have looked and tried to find a way to do it but I can't find a solution. I would prefer if the page dynamically updated instead of loading a new page for every thumbnail clicked. (kinda like Collegehumour's gallery I suppose.)
|