Is it possible to add a single image inside a tab in a Post that uses the lightbox function. (hover overlay, click to open lager image)
I tried gallery with one image but it does not work.
Thank you for your help.
Hi,
Yes, it is possible. An image inside the anchor tag will always open with lightbox.
[av_tab_container position='top_tab' boxed='border_tabs' initial='1']
[av_tab title='Tab 1' icon_select='no' icon='1']
<a href="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg"><img class="alignright size-full wp-image-316" alt="2" src="http://localhost/kriesi/enfold/wp-content/uploads/2012/04/24.jpg" width="1000" height="650" /></a>
[/av_tab]
[av_tab title='Tab 2' icon_select='no' icon='1']
Tab Content goes here
[/av_tab]
[/av_tab_container]
Regards,
Ismael
Works perfect.
Thank you for your help on this.