episerver / episerver-labs-content-manager-docs

Documentation for EPiServer.Labs.ContentManager
1 stars 0 forks source link

WithThumbnail doesn't seem working #21

Closed vyan024 closed 3 years ago

vyan024 commented 4 years ago

Hi @barteksekula

I have followed the doc to configure thumbnail or image with the fluent API, but none of them seems working. Below is my content type and structure, can you please advise what do you miss in my code? Thanks

Brands
   - Brand (has property named BannerImage)
   - Brand 
   - ......

image

gregwiechec commented 4 years ago

I double checked that it's working locally.

The rendering of the thumbnail is done in gridColumnRenderers.js: thumbnailImage method. It support default episerver renderers. Maybe you can break in this method and check the renderer URL.

Then compare this URL with the thumnailURL generated for Assets Pane: image

barteksekula commented 3 years ago

Fixed in https://nuget.episerver.com/package/?id=EPiServer.Labs.ContentManager&v=0.3.1