Hello,

it would be nice if the module could have thumbnail capabilities, showing only thumbnails in the block.

Anyone else interested into this?

thx

Comments

budda’s picture

It's probably down to the upload.module to create the thumbnails in the first place then, and I don't think upload.module should be doing that as its a generic file upload mechanism rather than file uploading.

If you want thumbnails creating from images uploaded you might look at Flexinode.

marcoBauli’s picture

Thanks Budda, i posted a feature request for the Upload_image module specific for images, so better suited for this.

cheers

marcoBauli’s picture

ok, looks like upload_image now DOES provide thumbnail generation capabilities thanks to image.module!

I will try having a look to understand how to display thumbnails instead of full pics in the block.

Well, i am no coder, so any hint or help is of course very apreciated!

Thank you very much
-Marco

budda’s picture

Interesting. I've kinda ignored image.module since it broke just before 4.7 release. Will take a look at this again sometime soon! Thanks for the info.