mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
It looks better 480p.
This commit is contained in:
parent
bd6c410555
commit
334980fc8a
1 changed files with 1 additions and 1 deletions
|
@ -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%" />
|
||||
|
|
Loading…
Reference in a new issue