键盘快捷键
高级搜索
Hello there,
I am new here, I search about base url for poster , but I didn't can help please help me out ?
上一页
@kestierays said: please I need a base_url, the one I used doesn't display the movie pictures.
@kestierays said:
please I need a base_url, the one I used doesn't display the movie pictures.
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
poster_sizes 0 "w92" 1 "w154" 2 "w185" 3 "w342" 4 "w500" 5 "w780" 6 "original"
@Hitesh11 said: Hello there, I am new here, I search about base url for poster , but I didn't can help please help me out ?
@Hitesh11 said:
https://image.tmdb.org/t/p/original/ This is the base url
@ticao2 said: @kestierays said: please I need a base_url, the one I used doesn't display the movie pictures. 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 poster_sizes 0 "w92" 1 "w154" 2 "w185" 3 "w342" 4 "w500" 5 "w780" 6 "original"
@ticao2 said:
https://image.tmdb.org/t/p/original/
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.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
ticao2 🇧🇷 pt-BR 的回复
于 2021 年 08 月 29 日 1: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 的回复
于 2023 年 08 月 19 日 1:10上午
https://image.tmdb.org/t/p/original/ This is the base url
Nikhil_dotasara 的回复
于 2023 年 08 月 19 日 1:10上午
https://image.tmdb.org/t/p/original/
Chris-de-sypher 的回复
于 2023 年 12 月 28 日 10: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.