Facebook-Album-Browser icon indicating copy to clipboard operation
Facebook-Album-Browser copied to clipboard

Lightbox full resolution images

Open timracer opened this issue 9 years ago • 2 comments

@sanjinc images into lightbox is not showing itself in full resolution. Can you help me find the reason?

timracer avatar Sep 14 '15 03:09 timracer

Can anyone help me please in this issue? I'm using plugin here http://artphotos.kz/albums. I found that 720px is default to SOURCE and SOURCE is deprecated and Facebook recommends to use IMAGES instead.

I read this

https://developers.facebook.com/docs/graph-api/reference/v2.2/photo

http://stackoverflow.com/questions/14006979/getting-a-high-resolution-picture-from-facebook-api

http://stackoverflow.com/questions/14243464/facebook-how-to-get-actual-photo-url-using-graph-api

and unfortunately I cannot reach the result :-(

timracer avatar Oct 22 '15 09:10 timracer

I was having the same problem, has been solved by edit line 369: replace $(result.data)[a].source with $(result.data)[a].images[0].source https://developers.facebook.com/docs/graph-api/reference/photo

gratiahuang avatar Aug 05 '16 08:08 gratiahuang