I'm pretty sure it should honor any additional sizes setup for the Image media type, so if you have multiple sizes defined for that, DMU should create those thumbnails sizes for you.
Try separating your thumbnail sizes with semicolons instead of commas (ie 160;260) - I think Umbraco supports both ; and , but DMU is hardcoded to look for ;
I am running Umbraco 4.7.2 I have multiple Upload sizes defined separated by semicolons. I get my the correct multiple thumbnails if I upload via the browse button, but when I upload using DMU I only get the image_thumb.jpg
more than one thumbnail size
Is it possible to tell to Desktop Media Uploader to create thumbnails with different sizes, as you can do with the Upload Data Type?
Hey Jordi,
I'm pretty sure it should honor any additional sizes setup for the Image media type, so if you have multiple sizes defined for that, DMU should create those thumbnails sizes for you.
Cheers
Matt
I have updated Upload Datatype with new Thumbnail sizes 160, 260
I have used a document type with this datatype and umbraco has created image.jpg, image_thumb.jpg, image_thumb_160.jpg and image_thumb_260.jpg
I have uloaded images with Desktop Media Uploader but it has only created image.jpg, image_thumb.jpg
Shall I define the new sizes in another place?
Thanks
Hi Jordi,
Try separating your thumbnail sizes with semicolons instead of commas (ie 160;260) - I think Umbraco supports both ; and , but DMU is hardcoded to look for ;
-Tom
I am running Umbraco 4.7.2 I have multiple Upload sizes defined separated by semicolons. I get my the correct multiple thumbnails if I upload via the browse button, but when I upload using DMU I only get the image_thumb.jpg
is working on a reply...