variar / grav-plugin-unitegallery

Grav plugin to create image galleries with unitegallery js library
MIT License
19 stars 5 forks source link

How to add titles to images #19

Closed ChocolatePinecone closed 6 years ago

ChocolatePinecone commented 6 years ago

I really want to add titles to each image. Is there a way to pass these into the gallery?

ChocolatePinecone commented 6 years ago

I found it.

Let's say you wanted to add a title for the image file sample-image.jpg. You would then create a file called sample-image.jpg.meta.yaml and place it in the folder with the referenced image file. In this sample-image.jpg.meta.yaml you write: alt_text: insert your text here