This component will open a images in newsfeed into fancybox image viewer:
Discussed here: http://community.opensource-socialnetwork.org/discussion/view/344
Fancybox 2.1
Fancybox 2.0 by Rafael Amorim https://www.opensource-socialnetwork.org/u/rafaelAmorim
Fancybox 1.5
Users graphic disappear in admin dashboard #2
afterClose: function(){
$(".activity-item-container .description img").show();
},
adding this callback removes the display: none from image on closing
And of course: thanks for the component. :)