On my homepage i have a small thumbnail picture when that picture is clicked i would like a pop up box to load up with the same picture at its original size and i would like the window to change its size to meet the pictures size Possible ?
You can open the pop up box with window.open. First you have to find height and width of the image using php or any other method then you have to pass the parameter of height and width in window.open function.
is there not a script which will find the size of the photo and open the browser window to be the same size as the photo ?