Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightbox full resolution images #36

Open
timracer opened this issue Sep 14, 2015 · 2 comments
Open

Lightbox full resolution images #36

timracer opened this issue Sep 14, 2015 · 2 comments

Comments

@timracer
Copy link

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

@timracer
Copy link
Author

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 :-(

@gratiahuang
Copy link

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 added a commit to gratiahuang/Facebook-Album-Browser that referenced this issue Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants