I uploaded an image its 760kb and i assign input filter to inline image to detect the tag but when it shows. It displays the alt tag as a link to the image. How can i show the image or what do i have to setup to make it work?
Is there no way to scale this in image cache right now?
Comments
Comment #1
Bryan76 commentedadmin/settings/uploads
Check there. I don't recall if imagecache is supported in inline 6.x-1.0 or not. And I believe that if imagecache is not supported and you exceed the dimensions on that configuration page that inline_upload will display a link and not a scaled version. imagecache is working in the latest dev.
I could be wrong, just going from memory, but I at least wanted to give you something to look at.
Comment #2
drupalbaby commentedI set a limit of 20x20 and imagetoolkit to 15% of the size. Even after setting the limits to the images the size stays the same and on bigger images it's displayed as a link...
Comment #3
drupalbaby commenteddouble post sorry
Comment #4
Bryan76 commented20x20? That seems a little small for a maximum image size.
Truth be told, I'm not certain how 6.x-1.0 handles images, except that I'm pretty certain it doesn't use imagecache. I've been playing with 6.x-2.x-dev.
In 6.x-1.0 I don't know how it works. If an image is greater than the maximum size defined at admin/settings/uploads is it supposed to just display a text link, or is it supposed to use imagetoolkit to resize the image and use that?
Comment #5
sunYou can configure the maximum image dimensions that are displayed. This is by design. To prevent inline images from breaking your site's layout.