Skip to content

Commit

Permalink
Update MovieInfo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshiMinh committed Jun 20, 2024
1 parent 47f1349 commit a8dc65b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MovieInfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<div class="movies" style="margin-top: 80px;">
<div class="container-fluid">
<iframe id="youtube-iframe" width="100%" height="600px" allowfullscreen></iframe>
<iframe id="youtube-iframe" width="100%" height="600px" src=""></iframe>
</div>
<div id="showing-movies-container" class="row container m-auto" style="padding-top: 50px;">
<div class="col-lg-3">
Expand Down Expand Up @@ -141,7 +141,7 @@ <h6 class="text-uppercase mb-4" style="font-weight: bold;"><i class="fas fa-phon
}

document.getElementById('movie-image').src = `${category}/${imageFileName}`;
document.getElementById('youtube-iframe').src = `${youtubeLink}?autoplay=1`;
document.getElementById('youtube-iframe').src = `${youtubeLink}`;

document.getElementById('release-date').innerHTML = `${releaseDate || 'N/A'}`;

Expand Down

0 comments on commit a8dc65b

Please sign in to comment.