I have this setup for a lightbox to open on click of a < a > tag:
<a>
tag with these attributes:
- ID: lrg_img, Use As: Image, Control Type: None (Use with Expressions)
- ID: link_img, Use As: Attribute, Element attribute:href, Control Type:None (Use with Expressions), Expression: {{lrg_img}}
I’m expecting the href to be set to the URL of the image but it comes out blank. Is what I’m trying to do possible or is this another bug?