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.
Can't find a movie or TV show? Login to create it.
Svar av ticao2 🇧🇷 pt-BR
den 29 August 2021 kl. 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
Svar av Nikhil_dotasara
den 19 August 2023 kl. 1:10 AM
https://image.tmdb.org/t/p/original/ This is the base url
Svar av Nikhil_dotasara
den 19 August 2023 kl. 1:10 AM
https://image.tmdb.org/t/p/original/
Svar av Chris-de-sypher
den 28 Desember 2023 kl. 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.