Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de ticao2 🇧🇷 pt-BR
pe data de 29 august 2021 la ora 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
Răspuns de Nikhil_dotasara
pe data de 19 august 2023 la ora 1:10 AM
https://image.tmdb.org/t/p/original/ This is the base url
Răspuns de Nikhil_dotasara
pe data de 19 august 2023 la ora 1:10 AM
https://image.tmdb.org/t/p/original/
Răspuns de Chris-de-sypher
pe data de 28 decembrie 2023 la ora 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.