Search code examples
apiflickroembed

flickr oembed not returning images larger than 500px wide


I'm trying to use oEmbed in my website. I need to use large images (at least 700px wide).

I try to use this code:

http://www.flickr.com/services/oembed?url=http://www.flickr.com/photos/majdal/4035572180/sizes/l/in/photostream/&format=xml&minwidth=1000

But the image returned is less than 700px wide...

http://farm3.static.flickr.com/2632/4035572180_3c8015790e.jpg

Is there a way to force flickr to return larger images?


Solution

  • We have corrected this issue and now Flickr oembed call will return higher resolution images (up to 1024px in biggest dimension).

    -flickr staff