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

Bryan76’s picture

admin/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.

drupalbaby’s picture

I 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...

drupalbaby’s picture

double post sorry

Bryan76’s picture

20x20? 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?

sun’s picture

Status: Active » Closed (works as designed)

You can configure the maximum image dimensions that are displayed. This is by design. To prevent inline images from breaking your site's layout.