Friday 07 November 2003 8:36:22 pm
This is kind of a problem that arose after my previous problem: http://www.ez.no/developer/ez_publish_3/forum/general/image_display_trouble As you can read in the above link, I've now managed to add images to my site - I'm following the TSCM tutorial. BUT - adding images now, results in LARGE "600x600" images... look here for a screenshot of what I mean: http://www.joffer.net/webshare/images/forum/eZp32_tscm_big_picture.jpg The only config changes I've done other than what the TSCM tutorial directs me to, is to append this to settings/override/image.ini.append.php:
[GDSettings] HasGD2=true
[Rules]
DefaultRule=image/jpeg;gd
Rules[]=image/jpeg;image/jpeg;gd
Rules[]=image/png;image/png;gd
Rules[]=image/gif;image/png;gd
Rules[]=image/xpm;image/png;gd Rules[]=image/tiff;image/png;gd
Why do I get large images in the welcome template? (I'm redoing the tutorial since I'm getting images now.. still at the "welcome page" part in the tutorial).. anyone? I'm using 3.2-3
|