I'm using Drupal 8. Struck with a simple requirement. I need to display 5-10 images on each node. Tried creating a new content type - Gallery and a viewblock to display on the node. If I am going to have N number of such nodes, keep on creating N number of viewsblock is impossible. Looking for suggestions to automate this!

Comments

jag1500’s picture

Create an image type field for your content type. Use MultiUpload Image Field module to be able to upload multiple images to each node. Use Display Suite to display images on your content type page.