i use sfThumbnailPlugin for Symfony 1.4. I have problem…
For example:
i set:
$thumbnail = new sfThumbnail(80, 100);
and if i upload image 700px/400px then this plugin make image 80px/40px instead of 80/100. If image is 400/700 this is ok. I know that be blurred.
How can i fix? Or how can i make in clear PHP?
Please take a look at the docu or the constructor of the plugin :
You need to modify your parameters like this e.g.