ThomasPortolano / movie-watchlist

3rd scrimba solo project - building a movie watchlist using OMDB API
0 stars 0 forks source link

Handling placeholder pictures #6

Open ThomasPortolano opened 9 months ago

ThomasPortolano commented 9 months ago

When a picture cannot be displayed, I should use a placeholder picture instead.

I was able to reproduce the problem (referring to #1 ) and can confirm the issue comes from prod (in many instances, they don't have a picture).

  1. Look at what the API returns (might be 'null')
  2. PoC bootstrap icon as picture
  3. Implement logic

Bootstrap might offer a solution: https://www.w3schools.com/bootstrap/bootstrap_ref_comp_glyphs.asp