diff options
Diffstat (limited to 'Project-Unite/Views')
| -rw-r--r-- | Project-Unite/Views/Download/ViewRelease.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project-Unite/Views/Download/ViewRelease.cshtml b/Project-Unite/Views/Download/ViewRelease.cshtml index 1ff6df8..56b8453 100644 --- a/Project-Unite/Views/Download/ViewRelease.cshtml +++ b/Project-Unite/Views/Download/ViewRelease.cshtml @@ -24,7 +24,10 @@ <iframe src="http://youtube.com/embed/@Model.DevUpdateId" frameborder="0" allowfullscreen autoplay="true" style="width:720px;height:480px;"></iframe> } + @if (!string.IsNullOrWhiteSpace(Model.ScreenshotUrl)) + { <img src="@Model.ScreenshotUrl" style="width:auto;height:auto;max-width:100%" /> + } @Html.Markdown(Model.Changelog) </div> |
