fix video layout bug

This commit is contained in:
Michael 2017-04-05 21:52:45 -04:00
parent 149a91c9c9
commit 3a10c7df16

View file

@ -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%" />