summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Download
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-06 17:35:53 -0400
committerMichael <[email protected]>2017-04-06 17:35:53 -0400
commit334980fc8a135efc7e95f6d3a1f0820d0a12f1d3 (patch)
tree7ae20b07c0aac4e091133ce56be2116b088f644e /Project-Unite/Views/Download
parentbd6c4105551c5e02d68bfc1191dda6a8c6389916 (diff)
downloadproject-unite-334980fc8a135efc7e95f6d3a1f0820d0a12f1d3.tar.gz
project-unite-334980fc8a135efc7e95f6d3a1f0820d0a12f1d3.tar.bz2
project-unite-334980fc8a135efc7e95f6d3a1f0820d0a12f1d3.zip
It looks better 480p.
Diffstat (limited to 'Project-Unite/Views/Download')
-rw-r--r--Project-Unite/Views/Download/ViewRelease.cshtml2
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%" />