Solved
thumbnail image display in list component
Hi,
Enviroment: AEM 6.5
I am doing following to get a thumbnail of page.
<img src="${item.path}.thumb.140.100.png">I am not sure, if this best practice to get a thumbnail of page display on list component.
Please suggest. ( Use case : All article pages - will be displayed as tiles using list component)
Thanks.