mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:33:26 +00:00
feat: higher poster quality
This commit is contained in:
@@ -5,5 +5,5 @@ const TMDB_API_KEY =
|
||||
export const tmdb = new TMDB(TMDB_API_KEY);
|
||||
|
||||
export function getMediaPoster(posterPath: string): string {
|
||||
return `https://image.tmdb.org/t/p/w185/${posterPath}`;
|
||||
return `https://image.tmdb.org/t/p/w500/${posterPath}`;
|
||||
}
|
||||
|
Reference in New Issue
Block a user