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:
replace:
Code:
Read more
ادامه مطلب...
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
ادامه مطلب...