How to create light box image?

I don’t have any idea how to start. I want to create in my app some kind of light box (on top windows with image inside), something like this: http://ilightbox.net/ but for the angular + ionic.
I saw that ionic popup have some kind of this behaviour? Maybe I should just override the popup behaviour?

You could just use modal window and http://ionicframework.com/docs/api/directive/ionSlideBox/
and add custom css for looks.

Thanks, probably it will be the best solution :smile: