Not being able to see some facebook albums
-
Hello,
Great plugin. I just have one problem. Everything works fine, except that I can’t access some albums. When I click on album icon I get console error: ‘Uncaught TypeError: Cannot read property ‘source’ of undefined’ on plusgallery.js, on line 757.
I have resolved it by adding this:
var imgThumb;
if (obj.images.length > 2) {
imgThumb = obj.images[2];
} else {
imgThumb = obj.images[obj.images.length – 1];
}
imgBg = ‘ style=”background: url(‘ + imgThumb.source + ‘) no-repeat 50% 50%; background-size: cover;”‘;I am looking forward to getting update of this update,
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Not being able to see some facebook albums’ is closed to new replies.