Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
Nevari atrast filmu vai TV pārraidi? Jāpiesakās, lai to izveidotu.
Vēlies novērtēt šo vienumu vai pievienot to sarakstam?
Neesi dalībnieks?
Atbilde no ticao2 🇧🇷 pt-BR
on augusts 29, 2021 at 1:56 PM
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
Atbilde no Nikhil_dotasara
on augusts 19, 2023 at 1:10 AM
https://image.tmdb.org/t/p/original/ This is the base url
Atbilde no Nikhil_dotasara
on augusts 19, 2023 at 1:10 AM
https://image.tmdb.org/t/p/original/
Atbilde no Chris-de-sypher
on decembris 28, 2023 at 10:20 PM
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.