Hello. I'm new to this forum and also a new user of HS.
What I'm trying to achieve is something very much like current facebook image viewer.
The very first (and logical) solution was to load image as an iframe, with all those comments & everything else. But i noticed that images are not preloaded.
So i assume the only solution is to load the image as a normal image gallery then inject the code for comments in place. (with a scrollbar and all the bells & whistles)
I succeeded to do something using `onBeforeExpand` and `createOverlay` but those are placed over the picture and absolutely positioned, not under the picture.
There is an easy way to achieve this? As in built in function or something?