mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-03-13 03:20:24 +00:00
My honeyfry, aspect ratio locking.
This commit is contained in:
parent
ce5781faca
commit
0904c5875a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
@foreach(var skin in Model)
|
@foreach(var skin in Model)
|
||||||
{
|
{
|
||||||
<tr>
|
<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>
|
<td>
|
||||||
@Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Name }, null) <br/>
|
@Html.ActionLink(skin.Name, "ViewSkin", "Skins", new { id = skin.Name }, null) <br/>
|
||||||
<p>By @Html.UserLink(skin.UserId) on @skin.PostedAt</p>
|
<p>By @Html.UserLink(skin.UserId) on @skin.PostedAt</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue