I was wondering if there's any way to make a custom close button for the lightbox? I can't seem to find any props that can be passed on the blueimp documentation. Alternatively, how could one rig a custom button to the .close() api on the gallery directly?
e.g. <a href="#close" @click="gallery.close()">Close</a>
I'm not sure how to reference the gallery component in the click handler.
I was wondering if there's any way to make a custom close button for the lightbox? I can't seem to find any props that can be passed on the blueimp documentation. Alternatively, how could one rig a custom button to the
.close()
api on the gallery directly?e.g.
<a href="#close" @click="gallery.close()">Close</a>
I'm not sure how to reference the gallery component in the click handler.