Hi,
I’m using Saq’s Spotlight for an image gallery and this is activated by a button.
\define spotlight-actions()
<$action-spotlight
$images=" "
$start=""
$labels=" "
autoslide="true"
class="fancycustomclass"
/>
\end
<$button actions=<<spotlight-actions>> >open lightbox</$button>
Instead of a button, I’d like to open the gallery when a condition is met e.g.
<% if [<now DDD>match[Wednesday]]%>
<% endif %>
Is this possible?
Thanks
Jon