show by default thumbnails

cancel
Showing results for 
Search instead for 
Did you mean: 
anakin98000
Active Member

show by default thumbnails

Hello,

Is -it possible to show by default thumbnails ?

Thank you in advance

6 Replies
EddieMay
Alfresco Employee

Re: show by default thumbnails

Hi @anakin98000 

Can you provide some more information please? Are you developing a custom ADF application?

In Share thumbnails of most supported file types should display, similarly in the Alfresco Content Application. 

Regards,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
anakin98000
Active Member

Re: show by default thumbnails

Hi,

yes I'm developing a custom ADF application.

What I mean is when we display the document, we must click on button in order to show thumnails.

thumbnails.jpg

But is there a way to display the document with the thumnails already displayed (whitout clicking on button) ?

Here is the code

 

<adf-viewer
[nodeId]="workflow.documentDTO.nodeRef"
[displayName]="workflow.wfname"
[allowDownload]="false"
[allowFullScreen]="false"
[allowGoBack]="false"
>
</adf-viewer>

 

Thank you

EddieMay
Alfresco Employee

Re: show by default thumbnails

Hi @anakin98000 

Thanks for the clarification. What types of document should be shown as thumbnails - pdfs, jpeg, doc, etc?

Thanks,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
anakin98000
Active Member

Re: show by default thumbnails

Pdfs and .doc documents

EddieMay
Alfresco Employee

Re: show by default thumbnails

Hi @anakin98000 

Sorry, should have asked this before - are you running community or enterprise, & is this a customised UI?

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
anakin98000
Active Member

Re: show by default thumbnails

Hi,

I'm running community and I use adf-viewer component : https://www.alfresco.com/abn/adf/docs/core/components/viewer.component/