XF 2.0 Image class in pages

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:
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?
 
same question, perhaps @BassMan or @Russ can help :)

iam use this code but not work
Rich (BB code):
    <a href="/styles/icons/history/forumotion1.png" target="_blank" class="js-lbImage">
      <img src="/styles/icons/history/forumotion1.png" class="bbImage" alt="Forumotion Screenshot, Mei 2013" width="600" height="400">
    </a>
 
Back
Top Bottom