[RSS Feed/News] xf:if in a template modification

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm creating an addon that serves responsive images using a third part service. So I added a template modification to lightbox_macros and it works.

Code:

Code:
        <img src="{$src}"
            data-url="{$dataUrl}"
            class="bbImage"
            data-zoom-target="1"
            style="{$styleAttr}"
            alt="{$alt|for_attr}"
            title="{$title|for_attr}"
            width="{$width}" height="{$height}" loading="lazy" />

replace:

Code:

<img...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom