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.
Nie możesz znaleźć filmu lub serialu? Zaloguj się, aby go utworzyć.
Odpowiedź użytkownika ticao2 🇧🇷 pt-BR
29 sierpnia 2021 o godz. 1:56PM
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
Odpowiedź użytkownika Nikhil_dotasara
19 sierpnia 2023 o godz. 1:10AM
https://image.tmdb.org/t/p/original/ This is the base url
Odpowiedź użytkownika Nikhil_dotasara
19 sierpnia 2023 o godz. 1:10AM
https://image.tmdb.org/t/p/original/
Odpowiedź użytkownika Chris-de-sypher
28 grudnia 2023 o godz. 10:20PM
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.