summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-06 17:33:54 -0400
committerMichael <[email protected]>2017-04-06 17:33:54 -0400
commitbd6c4105551c5e02d68bfc1191dda6a8c6389916 (patch)
tree9b8c02e8c25933998ddfbe03e6f514f2e465a49b
parent914b34b118b4876b8c035265f75b75ae9923b1c4 (diff)
downloadproject-unite-bd6c4105551c5e02d68bfc1191dda6a8c6389916.tar.gz
project-unite-bd6c4105551c5e02d68bfc1191dda6a8c6389916.tar.bz2
project-unite-bd6c4105551c5e02d68bfc1191dda6a8c6389916.zip
Fix video sizing issue.
-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 d8321ec..5a264f0 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:100%;height:720px;"></iframe>
}
<img src="@Model.ScreenshotUrl" style="width:auto;height:auto;max-width:100%" />