corrected bg url
This commit is contained in:
parent
8397470f97
commit
f507824005
|
@ -83,7 +83,7 @@ export default {
|
||||||
* Returns a complete tmdb image url formatted for css
|
* Returns a complete tmdb image url formatted for css
|
||||||
*/
|
*/
|
||||||
function(path: string) {
|
function(path: string) {
|
||||||
return "url(https://image.tmdb.org/t/p/w500" + path + ")"
|
return "url(https://image.tmdb.org/t/p/w1280" + path + ")"
|
||||||
},
|
},
|
||||||
makeImgUrl:
|
makeImgUrl:
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue