Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
No trobeu una pel路l铆cula o una s猫rie? Inicieu la sessi贸 per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per ticao2 馃嚙馃嚪 pt-BR
el 29 e de 2021 a les 1:56 P.M.
What Base URL are you using?
Here's what you should use.
https://developers.themoviedb.org/3/configuration/get-api-configuration
This should be used: https://image.tmdb.org/t/p/ {SIZE}
Examples:
https://image.tmdb.org/t/p/original/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://image.tmdb.org/t/p/w500/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://image.tmdb.org/t/p/w154/lSEr1nphZuCqXli3VziIgCI8Ivf.jpg
https://api.themoviedb.org/3/configuration?api_key=THE_KEY
Resposta per Nikhil_dotasara
el 19 e de 2023 a les 1:10 A.M.
https://image.tmdb.org/t/p/original/ This is the base url
Resposta per Nikhil_dotasara
el 19 e de 2023 a les 1:10 A.M.
https://image.tmdb.org/t/p/original/
Resposta per Chris-de-sypher
el 28 " de 2023 a les 10:20 P.M.
Image base_url_link: "http://image.tmdb.org/t/p/w500/"+movie_backdrop_path
Change the width to w500 then use javascript to set the backgroundSize, backgroundRepeat, and backgroundPosition. It works fine this way.