mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
tweaked youtube embedding
This commit is contained in:
parent
1361839fb7
commit
bbbdc4e0c8
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@
|
||||||
var id = getParameterByName('v', trailer.Url);
|
var id = getParameterByName('v', trailer.Url);
|
||||||
|
|
||||||
if (id) {
|
if (id) {
|
||||||
remoteTrailersHtml += '<iframe style="margin:0 3px;display:inline-block;border:1px solid #555;position:relative;top:9px;" width="272" height="153" src="//www.youtube.com/embed/' + id + '" frameborder="0" allowfullscreen></iframe>';
|
remoteTrailersHtml += '<iframe class="posterItem smallBackdropPosterItem" style="margin:0 3px;position:relative;top:9px;width:auto;" src="//www.youtube.com/embed/' + id + '" frameborder="0" allowfullscreen></iframe>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue