Jaxel
Well-known member
This macro isn't working in XF2.3... it worked fine in XF2.2.
The image shows up, but clicking on the image does not bring up the lightbox.
Has something changed?
Code:
<xf:macro id="lightbox_macros::single_image"
arg-canViewAttachments="{{ $event.canView() }}"
arg-src="{{ base_url($event.image) }}"
arg-alt="{$event.event_name}"
arg-title="{$event.event_name}" />
The image shows up, but clicking on the image does not bring up the lightbox.
Has something changed?