fancybox
fancybox copied to clipboard
Subscribe on hideControls and showControls
I'd like to add some div's to slide content, like a box bounding a face and show and hide at the same time when it hides or shows toolbar.
So I should subscribe on these events.
Or maybe any other suggestions?
Thanks.
Hi,
Well, there is currently no option for that. On the other hand, you could simply disable built-in idle functionality and create your own (you could use https://github.com/fancyapps/fancybox/blob/master/src/js/core.js#L973 as a template).