tweaked youtube embedding

This commit is contained in:
Luke Pulverenti 2013-08-23 23:47:13 -04:00
parent 1361839fb7
commit bbbdc4e0c8

View file

@ -869,7 +869,7 @@
var id = getParameterByName('v', trailer.Url);
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>';
}
}