Create a Lightbox

Hi,
How can I create a Lightbox? ( an image that overlays the slide)

thanks,

Cecilia

Hi Cecilia,

I guess you are talking about ActivePresenter. If so, please check the attachment.

Regards,

LightBox.approj (668 KB)

Thank you for the file. I had already done that, but I can’t figure out how to close the Lightbox once opened (using the same button) is that possible?

Regards,

Cecilia

Hi Cecilia,

Yes, it’s possible. You should use a bool variable in condition to toggle show/hide the lightbox. Please see the attachment.

LightBox_ToggleShowHide.approj (448 KB)

Regards,

thank you Nam, this is the solution I was looking for.