summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-03-25 13:18:29 -0400
committerMichael <[email protected]>2017-03-25 13:18:29 -0400
commit0904c5875a218f976cbed06ee39a0bf28edc88ff (patch)
treec83c656c244fd22a1e3562786628d572864d29c4
parentce5781faca83e1f954a5cfe1b963b68a86f4aea0 (diff)
downloadproject-unite-0904c5875a218f976cbed06ee39a0bf28edc88ff.tar.gz
project-unite-0904c5875a218f976cbed06ee39a0bf28edc88ff.tar.bz2
project-unite-0904c5875a218f976cbed06ee39a0bf28edc88ff.zip
My honeyfry, aspect ratio locking.
-rw-r--r--Project-Unite/Views/Skins/Index.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Skins/Index.cshtml b/Project-Unite/Views/Skins/Index.cshtml
index 4ef209e..39a1ddb 100644
--- a/Project-Unite/Views/Skins/Index.cshtml
+++ b/Project-Unite/Views/Skins/Index.cshtml
@@ -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>