diff options
| -rw-r--r-- | Project-Unite/Views/Download/ViewRelease.cshtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Download/ViewRelease.cshtml b/Project-Unite/Views/Download/ViewRelease.cshtml index 5a264f0..1ff6df8 100644 --- a/Project-Unite/Views/Download/ViewRelease.cshtml +++ b/Project-Unite/Views/Download/ViewRelease.cshtml @@ -21,7 +21,7 @@ <div class="col-xs-8"> @if (!string.IsNullOrWhiteSpace(Model.DevUpdateId)) { - <iframe src="http://youtube.com/embed/@Model.DevUpdateId" frameborder="0" allowfullscreen autoplay="true" style="width:100%;height:720px;"></iframe> + <iframe src="http://youtube.com/embed/@Model.DevUpdateId" frameborder="0" allowfullscreen autoplay="true" style="width:720px;height:480px;"></iframe> } <img src="@Model.ScreenshotUrl" style="width:auto;height:auto;max-width:100%" /> |
