proframework
proframework
@aristath I tried the above but the script is actually resizing the image to 9999 x whatever. Can anyone else confirm that the above works?
Here's a fork with proportional cropping enabled (when width or height are set to null or false): https://github.com/proframework/Wordpress-Timthumb-alternative/blob/master/resize.php
Hmm, my fork above is working well for me. All I have to do is set the width or height to "false", and proportional sizing will kick in. So it...
Hi there, Maybe try this.. `$img_des = matthewruddy_image_resize( 'http://www....com/file.jpg', 200, false, false ); echo '
Glad I could help :)