diff options
| author | Michael <[email protected]> | 2017-04-06 17:35:53 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-06 17:35:53 -0400 |
| commit | 334980fc8a135efc7e95f6d3a1f0820d0a12f1d3 (patch) | |
| tree | 7ae20b07c0aac4e091133ce56be2116b088f644e /Project-Unite/Views | |
| parent | bd6c4105551c5e02d68bfc1191dda6a8c6389916 (diff) | |
| download | project-unite-334980fc8a135efc7e95f6d3a1f0820d0a12f1d3.tar.gz project-unite-334980fc8a135efc7e95f6d3a1f0820d0a12f1d3.tar.bz2 project-unite-334980fc8a135efc7e95f6d3a1f0820d0a12f1d3.zip | |
It looks better 480p.
Diffstat (limited to 'Project-Unite/Views')
| -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%" /> |
