diff options
| author | Michael <[email protected]> | 2017-03-25 13:18:29 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-03-25 13:18:29 -0400 |
| commit | 0904c5875a218f976cbed06ee39a0bf28edc88ff (patch) | |
| tree | c83c656c244fd22a1e3562786628d572864d29c4 | |
| parent | ce5781faca83e1f954a5cfe1b963b68a86f4aea0 (diff) | |
| download | project-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.cshtml | 2 |
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> |
