http://zulurl-002-site3.atempurl.com/submissions
File not supported !
file exists in wwwroot/images/gallery
@if (item.Source.EndsWith(".mov"))
{
<td>
<video src="~/images/gallery/@item.Source" type="video/quicktime" controls="controls" />
</td>
}
else {
<td>
<img src="~/images/gallery/@item.Source" alt="" class="img-circle img-responsive" style="width:100px" />
</td>
}