peuge Posted August 11, 2008 Share Posted August 11, 2008 Hi all, So I have re sized my "big" images for my image gallery. Now they are photo's of an artists pictures so some of them are smaller than others and vise versa, I have to have them this way in order to keep the ratio of the pictures, otherwise they all look the same size. My problem now is: When I use <img width="500px" height="500px" The images obviously all come out the same size. But if I put those values into a php table the table shifts according to the size of the image. How can I keep the table a static size and just have the image change size? There is not much else to the code except for the php which gets the image to display but that works fine. Thanks for any help Link to comment https://forums.phpfreaks.com/topic/119098-simple-image-size-problem/ Share on other sites More sharing options...
rawb Posted August 11, 2008 Share Posted August 11, 2008 Check out getimagesize(). http://www.php.net/manual/en/function.getimagesize.php Link to comment https://forums.phpfreaks.com/topic/119098-simple-image-size-problem/#findComment-613244 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.