dejanstojanovic / Facebook-Album-Browser

jQuery plugin for browsing public albums of a Facebook account
http://dejanstojanovic.github.io/Facebook-Album-Browser/
MIT License
74 stars 42 forks source link

How to open actual size image on click? #67

Open hypesol opened 6 years ago

hypesol commented 6 years ago

When I click on thumbnails it always open image in small size. I need to open I mage in actual size what I am uploading on facebook. Guide me... Thanks

hypesol commented 6 years ago

No Response :) :) :)

dejanstojanovic commented 6 years ago

Hi, sorry for late response. I haven't done any update recently on this library :( There is a lightbox that opens the large size on click, but I think you want to show the original upload image. Try to debug JSON response of the FB API, if it is available in JSON response, you can render out HTML element the way you want on the UI. I hope I could help