From 9e32eb6a4d132fa9535e2a781bc41331abb1cef9 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 4 Apr 2020 01:58:37 +0200 Subject: [PATCH] Cleaning up --- src/app/show-details/show-details.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/show-details/show-details.component.ts b/src/app/show-details/show-details.component.ts index b5601621..81b665be 100644 --- a/src/app/show-details/show-details.component.ts +++ b/src/app/show-details/show-details.component.ts @@ -92,6 +92,6 @@ export class ShowDetailsComponent implements OnInit openTrailer() { - this.dialog.open(TrailerDialogComponent, {width: "80%", height: "50vw", data: this.show.trailerUrl}); + this.dialog.open(TrailerDialogComponent, {width: "80%", height: "45vw", data: this.show.trailerUrl}); } }