Hello,
it would be nice if the module could have thumbnail capabilities, showing only thumbnails in the block.
Anyone else interested into this?
thx
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
Comment #1
buddaIt'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.
Comment #2
marcoBauli commentedThanks Budda, i posted a feature request for the Upload_image module specific for images, so better suited for this.
cheers
Comment #3
marcoBauli commentedok, 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
Comment #4
buddaInteresting. 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.