landrysoules / tmdb

React front end for https://www.themoviedb.org API
MIT License
0 stars 1 forks source link

Background image in movie detail #2

Open landrysoules opened 5 years ago

landrysoules commented 5 years ago

Messed up when no movie.backdrop_path image returned by API.

landrysoules commented 5 years ago

TODO: Modify the code in TitleBanner.js to display dark color with no image if image not present. Probably better to move it to its own ImageBackground component.