Is there a way to generate an image preview of images added into a SharePoint list?
The scenario is the following:
For image files (.jpg, .tif, .png) that are added into a SharePoint document library which are then listed or viewed via "list view web part on another page" when the user hovers over any of the image files a popup window or anything similar should be displayed showing a preview of the image. Is this possible to achieve in SharePoint and how would this be done.
Would css alone achieve this, or will it require c# code behind.
Many thanks,