|
|
|
@ -9,12 +9,12 @@
|
|
|
|
|
<section id="info-wrapper">
|
|
|
|
|
<div class="small-middle-container">
|
|
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="row justify-content-center justify-content-sm-start">
|
|
|
|
|
|
|
|
|
|
<media-poster [posterPath]="'https://image.tmdb.org/t/p/w300/' + movie.posterPath"></media-poster>
|
|
|
|
|
|
|
|
|
|
<!--Next to poster-->
|
|
|
|
|
<div class="col-12 col-lg-3 col-xl-3 media-row">
|
|
|
|
|
<div class="col-12 col-lg-2 col-xl-3 media-row">
|
|
|
|
|
|
|
|
|
|
<social-icons [homepage]="movie.homepage" [theMoviedbId]="movie.id" [hasTrailer]="movie.videos?.results?.length > 0" (openTrailer)="openDialog()" [imdbId]="movie.imdbId" [twitter]="movie.externalIds.twitterId" [facebook]="movie.externalIds.facebookId"
|
|
|
|
|
[instagram]="movie.externalIds.instagramId" [available]="movie.available" [plexUrl]="movie.plexUrl" [embyUrl]="movie.embyUrl" [jellyfinUrl]="movie.jellyfinUrl"></social-icons>
|
|
|
|
|