dc_jt Posted January 20, 2009 Share Posted January 20, 2009 Hi I am using phpThumb, however for example, I would like my image to be 100hx100w so I have done the following: $max_w = 100; $max_h = 100; $url = phpThumbURL('src='.$pic.'&w='.$max_w.'&h='.$max_h); echo "<img src=\"$url\">"; However, it is resizing the image to 100 x 75! Any idea why this is? I want to set the exact dimensions. Thanks Quote Link to comment Share on other sites More sharing options...
dc_jt Posted January 20, 2009 Author Share Posted January 20, 2009 Anyone??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.