mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 13:07:34 +00:00
Fix video sizing issue.
This commit is contained in:
parent
914b34b118
commit
bd6c410555
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
@if (!string.IsNullOrWhiteSpace(Model.DevUpdateId))
|
@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%" />
|
<img src="@Model.ScreenshotUrl" style="width:auto;height:auto;max-width:100%" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue