Hi I have a theme on wordpress using phpThumb. And some images are not shown in IE7. It seems a problem with png transparency... What to do? Is there a parameter to pass to the script so that it will remove transparency and show pic even with less quality, but normal? Thanks a lot
Asked
Active
Viewed 230 times
0
-
please see on focalmag.com the third featured story with IE8.In other browsers all is OK. – MR.GEWA Dec 22 '10 at 17:16
1 Answers
0
if you will have the same issue, disable imageMagick and also in phpThumb.class.php in line
1089 find
return $WriteConvert;
and replace with
return false;

MR.GEWA
- 833
- 1
- 15
- 37