I need to create a view like below. Not sure what this view called. I seen somewhere calling this view Grid. I have a sharepoint site with picture library. The library has bunch of pictures with hyperlink column and active (y/n) column.
How easy it going to be in order to create a view like below in sharepoint? I am not looking for visual studio project based solution. I am down for jquery or whatever other easy way to accomplish this. Please suggest.
Here is a sample view
https://i.stack.imgur.com/2acLM.png
I suggest you use the Content Query Web Part to show images out.
Then, use CSS (make those images float:left) and fix the Content Query Web Part’s width to make a 3 column picture album.
Please refer to this question and the answer: https://sharepoint.stackexchange.com/questions/34052/getting-last-three-images-with-xsllistviewwebpart/34072#34072