DevReach site: Modify the List view of the Speakers template
The List view widget template is used to display a list of speakers. When you click a speaker, it opens in the Detailed view.
Open the Speakers List view widget template for editing and paste the following code:
NOTE: <img src="<%# Eval("Photo.Url")%>" /> - since the property descriptor for the related media field Photo returns the image item itself, this expression can be used in order to evaluate the URL of the current image.
The following screenshot displays the final looks of the Speakers widget in list view:
