November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Have not seen thumbnails being generated as 1x1 before.
There is a scheduled job for clearing all thumbnails thoug. It's called Clear Thumbnail Properties
This sounded like the best solution so I ran the job (with status successful). But now all thumbnails are recreated as 1x1 pixel .
Is there a setting for this that can be tweaked in the db or web.config?
Check your image model(s) for the ImageDescriptor attribute. If someone has made a property named "Thumbnail" this will override the default one
Nice info thank you! I'm inheriting from the ImageData class and the Thumbnail property is NOT overridden.
[ImageDescriptor(Width = 48, Height = 48)]
public override Blob Thumbnail { get; set; }
But I wanted to test this. I overrode it in my class and changed the settings to be 128x128 instead and then ran the schedued job. And what do you know, it worked. Sure, they became 128x128 instead of 48x48 now but they all started showing up after that.
Weird, but I appreciat the replies that lead me here, thank you!
Version: EpiServer CMS 10.0.1
Sometimes when various users upload images into the media/assett's pane the thumbnails doesn't seem to work but then when I look at the folder where the blobs are stored the thumbnail 1x1 pixel and very small in filesize:
Screen dump: https://www.dropbox.com/s/0ic0ecqc9hh870h/thumbnail_problem.jpg?dl=0
Any ideas on reason for this and how to fix it?
e.g can one "re-generate" all thumbnails from within admin somewhere?