I fount this great plugin called “The Wall” but sadly neither the docs nor the examples show how to feed to it JSON objects.
Say we have JSON array like:
[
{
href : "/my/photo/image1.jpg",
title : "Me and Sara"
},
{
href : "/my/photo/image2.jpg",
title : "Me and Sara on a trip"
},
{
href : "/my/photo/image3.jpg",
title : "Me and Sara on a vacation"
}
]
(It can and should be bigger) but I hope you get the point. How do I make “The Wall” create a wall of images out of such JSON?
Some thing like: