Skip to content

Commit

Permalink
Merge pull request #1825 from Oha-you/fix/cover
Browse files Browse the repository at this point in the history
(Fix) Add missing poster image size to Helpers
  • Loading branch information
HDVinnie authored Jul 6, 2021
2 parents f21e874 + 0354b7b commit f801b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Helpers/Helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ function tmdb_image($type, $original)
'back_small' => 'w780',
'poster_big' => 'w500',
'poster_mid' => 'w342',
'poster_small' => 'w92',
'cast_face' => 'w138_and_h175_face',
'cast_mid' => 'w185',
'cast_big' => 'w300',
Expand Down

0 comments on commit f801b14

Please sign in to comment.