corrected bg url

This commit is contained in:
andrzej 2024-05-07 19:09:12 +02:00
parent 8397470f97
commit f507824005
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export default {
* Returns a complete tmdb image url formatted for css
*/
function(path: string) {
return "url(https://image.tmdb.org/t/p/w500" + path + ")"
return "url(https://image.tmdb.org/t/p/w1280" + path + ")"
},
makeImgUrl:
/**