Sunka
Well-known member
To insert image in pages but to have some look like attachments, in XenForo 1 we use something like this code:
What will be equivalent for above in Xenforo 2?
HTML:
<a class="LbTrigger" data-href="misc/lightbox"><img class="LbImage" style="width: 340px; height: 189px;" title="Image tittle" src="https://www.test.com/image.png" alt="Image title" border="0" /></a>
What will be equivalent for above in Xenforo 2?