Skip to content

Commit

Permalink
fix backdrop size
Browse files Browse the repository at this point in the history
  • Loading branch information
gutala committed Feb 3, 2024
1 parent f9fadf6 commit 4980806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/versions/v3/category/images.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class ImageSizes {

// Backdrop Size
static const String BACKDROP_SIZE_LOWEST = 'w300';
static const String BACKDROP_SIZE_MEDIUM = 'w185';
static const String BACKDROP_SIZE_HIGHEST = 'w780';
static const String BACKDROP_SIZE_MEDIUM = 'w780';
static const String BACKDROP_SIZE_HIGHEST = 'w1280';

// profile size
static const String PROFILE_SIZE_LOWEST = 'w45';
Expand Down

0 comments on commit 4980806

Please sign in to comment.