键盘快捷键
高级搜索
Hi TMDB,
I'm new here but i've already used the API. When I request the images of a movie and I get the response, all of the pictures are in portrait mode. Is there a way to get the pictures in landscape mode?
Thanks
Hi there,
All posters are portrait (1x1.5) and all backdrops are landscape (16x9).
Hi Travis,
Thanks for your very quick answer. I have another problem: e.g.:
https://api.themoviedb.org/3/movie/329865/images?api_key=0a08e38b874d0aa2d426ffc04357069d&language=en-US&include_image_language=en
I get a response where there aren't backdrops pics but on the website ther is one. The source:
https://image.tmdb.org/t/p/w500_and_h281_bestv2/wFFlaVHmQG4U43m0l3eQqHZluvn.jpg
I would like to use this landscape pic in my app but in the response it's missing. What can I do in this case?
Best, Robert
Hi Robot,
You need to include null as an image language to include as described in the docs.
null
https://api.themoviedb.org/3/movie/329865/images?api_key=###&language=en-US&include_image_language=en,null
Dear Travis,
You are king. Thanks a lot for everything. I'm sure that I'm going to come back with some another questions. :) Have a nice day!
Best, R
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2016 年 11 月 20 日 7:08下午
Hi there,
All posters are portrait (1x1.5) and all backdrops are landscape (16x9).
Robot 的回复
于 2016 年 11 月 21 日 4:48上午
Hi Travis,
Thanks for your very quick answer. I have another problem: e.g.:
I get a response where there aren't backdrops pics but on the website ther is one. The source:
I would like to use this landscape pic in my app but in the response it's missing. What can I do in this case?
Best, Robert
Travis Bell 的回复
于 2016 年 11 月 21 日 10:14上午
Hi Robot,
You need to include
null
as an image language to include as described in the docs.Robot 的回复
于 2016 年 11 月 21 日 10:20上午
Dear Travis,
You are king. Thanks a lot for everything. I'm sure that I'm going to come back with some another questions. :) Have a nice day!
Best, R