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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top