My honeyfry, aspect ratio locking.

This commit is contained in:
Michael 2017-03-25 13:18:29 -04:00
parent ce5781faca
commit 0904c5875a

View file

@ -26,7 +26,7 @@
@foreach(var skin in Model)
{
<tr>
<td><img src="@skin.ScreenshotUrl" style="width:auto;height:auto;" /></td>
<td><img src="@skin.ScreenshotUrl" style="width:auto;height:auto;" style="max-width:320px;width:auto;height:auto;"/></td>
<td>
@Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Name }, null) <br/>
<p>By @Html.UserLink(skin.UserId) on @skin.PostedAt</p>