简体   繁体   English

如何从Yelp API请求更大的图像?

[英]How to request larger images from Yelp API?

Is there a way to request larger images from Yelp? 有没有办法从Yelp请求更大的图像?

The current response from their server is 100x100px. 他们服务器的当前响应是100x100px。

Here's a sample: http://s3-media1.ak.yelpcdn.com/bphoto/ehZk1zXTE5xof4d2fcGLeQ/ms.jpg 以下是一个示例: http//s3-media1.ak.yelpcdn.com/bphoto/ehZk1zXTE5xof4d2fcGLeQ/ms.jpg

Thank you. 谢谢。

I ran into this a little while back. 我回来后碰到了这个。

You can replace the "ms" in .../ms.jpg with "l" for large, "s" for small, and you can use "o" for original, which will return the largest image. 您可以将“ms”替换为“/”,其中“l”代表大号,“s”代替小号,“o”代替原件,它将返回最大的图像。

Try the original: http://s3-media1.ak.yelpcdn.com/bphoto/ehZk1zXTE5xof4d2fcGLeQ/o.jpg 试试原文: http//s3-media1.ak.yelpcdn.com/bphoto/ehZk1zXTE5xof4d2fcGLeQ/o.jpg

Best of luck! 祝你好运!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM