Hi

How to make gallery like this ?

Thank you for all advice.

Comments

steeph’s picture

One way would be to create content type for the images with an imagefield (one image per node), then create a View that displays one node at a time and has a pager in the footer. The rest would be CSS.

loko’s picture

Thank you for replies.

I don't think this is the best solution. In your opinion I should create 20 nodes (for 20 images) and make View. I don't like this idea but thank you.

WorldFallz’s picture

That's a pretty standard way of doing it. The other common option would be to place a multivalue imagefield on a node.

loko’s picture

The other common option would be to place a multivalue imagefield on a node.

More details please.

steeph’s picture

Just add an image field with multiple values to a content type, then you can create a node with more than one image file.

One disdvantage is that you can't simply add fields or other things to one image. The reference gallery has Facebook and Twitter buttons, as well as a source link. If you make each image a node, you can just add fields for these on the image content type.