Add thumbnails to a site to help manage data.
Add Thumbnails to Lists
If you choose to manually create a SharePoint list that accesses Vault, you must modify the aspx page containing the list. Copy and paste the highlighted section detailed below.
disable‐output‐escaping=”yes”
Troubleshoot Thumbnail Displays
When Create/Upgrade is invoked on the AdskVaultFile (shown below) the profile pages are overwritten and the thumbnails may not display properly. To restore proper display of the thumbnails the profile page XSL must be manually updated. There are a couple of methods to achieve the update. All methods require familiarity with profile pages and XSL configuration. The process outlined below requires Microsoft SharePoint Designer 2010 which is available online from Microsoft.
Click Page Expand Edit page command and select Edit page in SharePoint Designer.
SharePoint Designer opens the profile page in an edit mode. Select the Thumbnail cell.
disable-output-escaping=”yes”after “@Thumbnail”on the line that was not deleted.
The thumbnails should display now.