I'm using jquery galleria plugin and it's working fine as it should, but i need some custom content and links that should show in center of image
Is it possible using galleria to show some content in middle of the image ?
please advise me.
your requirement can be fulfilled with the data-layer
option.
<img data-big="big.jpg" data-layer="<h2>A title</h2><p>Some content</p>">
For more details, here is the reference