Forum Moderators: coopster

Message Too Old, No Replies

php script gallery. i want to create my own thumbnails

php gallery own thumbnails

         

chikooo

1:28 pm on Feb 19, 2009 (gmt 0)

10+ Year Member



is there a php script that will allow me to put 12 images on one page the the other 12 images on another page. the images will be thumbnails that i want to create myselft because i want to cuztomise the (rounde corners shadow and all of that) then when clicking the thumbnails will take them to the actual big image. i want to be able to insert the code on my actual html because i want to keep my theme and all of that i just want to put it on the body main content of the web page.

coopster

12:19 am on Mar 3, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You can certainly write your own script that would resize the original images to thumbnails to the correct aspect ratio. Then you would just iterate through your thumbnail images directory to build the page of 12 thumbnails and use style to frame the images.