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 találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
ticao2 🇧🇷 pt-BR válaszolt
Beküldve: 2021. augusztus 29. 13:56
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
Nikhil_dotasara válaszolt
Beküldve: 2023. augusztus 19. 01:10
https://image.tmdb.org/t/p/original/ This is the base url
Nikhil_dotasara válaszolt
Beküldve: 2023. augusztus 19. 01:10
https://image.tmdb.org/t/p/original/
Chris-de-sypher válaszolt
Beküldve: 2023. december 28. 22:20
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.