diff --git a/facebook/galleria.facebook.js b/facebook/galleria.facebook.js index c6adaa1..897ed50 100644 --- a/facebook/galleria.facebook.js +++ b/facebook/galleria.facebook.js @@ -104,7 +104,7 @@ Galleria.Facebook.prototype = { // the first element of the photo.images array is the largest one _getBig: function( photo ) { - + return photo.images[0].source; }, @@ -250,4 +250,4 @@ Galleria.prototype.load = function() { } }; -}( jQuery ) ); \ No newline at end of file +}( jQuery ) );