summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Download
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-05 21:52:45 -0400
committerMichael <[email protected]>2017-04-05 21:52:45 -0400
commit3a10c7df16c22ea99c234273679963f1f273a995 (patch)
tree23aedff83b5d4888586235fbd5ee05a56b9d72b3 /Project-Unite/Views/Download
parent149a91c9c96a48d147e4d823d804641a0908500a (diff)
downloadproject-unite-3a10c7df16c22ea99c234273679963f1f273a995.tar.gz
project-unite-3a10c7df16c22ea99c234273679963f1f273a995.tar.bz2
project-unite-3a10c7df16c22ea99c234273679963f1f273a995.zip
fix video layout bug
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 32c0fdf..d8321ec 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%"></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%" />