Forums / Developer / Image way oversized?
Clemens T
Monday 19 September 2005 5:10:40 am
Hey all,
I'm trying to upload an image to my site a bullet of 10x10 pixels. However when I add it to the site, the site resizes the image (for small: 100x100pixels.. large.. 300x300 pixels etc).
This occurs in 3.7.0 RC2, is this a bug? Off course I set all the geometry/scale to 100;100 for small etc... but it doesn't work.. it drives me crazy :).
Please help, thanks a lot!Clemens
Kristian Hole
Monday 19 September 2005 5:22:01 am
If you use geometry/scaledownonly it will only scale images down if they are to big.
Kristian http://ez.no/ez_publish/documenta...tricks/show_which_templates_are_used http://ez.no/doc/ez_publish/techn...te_operators/miscellaneous/attribute
Monday 19 September 2005 5:31:13 am
But it doesn't scale the image down, it turns a 10x10 pixels image into100x100 pixels image?
When I use:
<embed ... size='small'>
in my article.
But I'll try your suggestion and let you know here if it works!
edit: WORKS GREAT! thanks! Now, I need to put the text next to the image (pfff)