Image resize issue (2 in a row) |
[eluser]alexdemers[/eluser]
Hey, I have been struggling for an hour with a dozen lines of code and I can't find the issue. Code: // Do the thumbnailing The second thumbnail gets created successfully but the first one's "maintaint_ratio" property gets ignored completly. Here's a screen shot of my I get: http://imgur.com/3ILzA.png The _125 has 125x94 and the _48 has 48x768 which is the original height of the image. What am I doing wrong here? Thanks Edit: Oh, and the output of print_r's are both the same: Code: Array |
Messages In This Thread |
Image resize issue (2 in a row) - by El Forum - 10-04-2009, 08:46 PM
Image resize issue (2 in a row) - by El Forum - 10-04-2009, 11:46 PM
Image resize issue (2 in a row) - by El Forum - 10-07-2009, 01:51 PM
Image resize issue (2 in a row) - by El Forum - 10-07-2009, 09:13 PM
Image resize issue (2 in a row) - by El Forum - 12-02-2009, 03:20 AM
|