Add 2 titles styles in Nivo Lightbox Jquery
Posted
by
user2984054
on Stack Overflow
See other posts from Stack Overflow
or by user2984054
Published on 2013-11-12T16:35:03Z
Indexed on
2013/11/13
9:54 UTC
Read the original article
Hit count: 252
I need to add 2 different titles to customize each one of them in the Nivo Lightbox
Example:
But it's look like is not possible, is there a way to put 2 titles on 1 image?
Or anyway to resolve this? also, I would love to be able to use the title as a link, but there are a lot of limitations. thanks.
Code:
<a class="image image-full" data-lightbox-gallery="gallery1" href="nivo-lightbox/img/b/grey_antique_q_white_mortar_concave_finish_technique_view_b.jpg" title="Grey Antique Q White Mortar Concave Finish Technique View B">
<img id="sample_board_image" src="nivo-lightbox/img/s/grey_antique_q_white_mortar_concave_finish_technique_view_b.jpg" alt="Grey Antique Q White Mortar Concave Finish Technique View B"></img>
</a>
There's must be a way to add more than 1 style in the title or any other way to add that text in the overlay in the Lightbox.
I actually already tried the insertion of another html on the nivo lightbox, but it gives me a lot of trouble, the content is not showing properly, is there a way the content fits on the lightbox?
© Stack Overflow or respective owner