javascriptjquerygalleria

Show some custom content on image using jquery galleria plugin


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 imageThis is what i need

Is it possible using galleria to show some content in middle of the image ?

please advise me.


Solution

  • 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