towczare / awesome-movies-client

Apache License 2.0
0 stars 0 forks source link

Create embedded youtube player in details view and consume trailer url from response #10

Closed towczare closed 5 years ago

towczare commented 5 years ago

Following iframe code sample allows you to embed movie on your page: <iframe width="560" height="315" src="https://www.youtube.com/embed/DKSzY7Dg-rA" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> Just make sure to change url part.

towczare commented 5 years ago

3