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 Link to comment https://forums.phpfreaks.com/topic/141622-setting-exact-dimensions-using-phpthumb/ Share on other sites More sharing options...
dc_jt Posted January 20, 2009 Author Share Posted January 20, 2009 Anyone??? Link to comment https://forums.phpfreaks.com/topic/141622-setting-exact-dimensions-using-phpthumb/#findComment-741379 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.