DMXzone App Connect Support Product Page
Lightbox not working inside repeat: DataView.data with App Connect
Reported 18 Aug 2017 13:12:06
1
has this problem
18 Aug 2017 13:12:06 Reinhardt Ellis posted:
Ok the Lightbox is working great on a page using APP CONNECT.But the problem comes in when i try to use it within a repeat: DataView.data region.
<div dmx-repeat:repeat1="DataView.data"> <a href="test.jpg" rel="dmxLightbox" rev="{preset:'minimalistic', plugin:'image'}">[img]test.jpg" width="100" height="100" alt=""/></a> <div>
Note. Images above just used for testing. Outside the repeat div they work...
<a href="test.jpg" rel="dmxLightbox" rev="{preset:'minimalistic', plugin:'image'}">[img]test.jpg" width="100" height="100" alt=""/></a>
Then it simply does not work... is it because of the { } brackets used in the rev property breaking this?