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.
Nemůžete nalézt film nebo seriál? Přihlaste se pro jeho vytvoření.
Odpověď od ticao2 🇧🇷 pt-BR
29.08.2021 v 1:56 ODP.
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
Odpověď od Nikhil_dotasara
19.08.2023 v 1:10 DOP.
https://image.tmdb.org/t/p/original/ This is the base url
Odpověď od Nikhil_dotasara
19.08.2023 v 1:10 DOP.
https://image.tmdb.org/t/p/original/
Odpověď od Chris-de-sypher
28.12.2023 v 10:20 ODP.
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.