Embed Images on Pages with Lightbox

intradox

Well-known member
I am trying to embed an image onto a page and have the image downsized to a thumbnail until pressed where it would then appear in the normal lightbox/imageview such as in posts.

Currently I followed this: http://xenforo.com/community/thread...omatically-resize-and-zoom-when-clicked.7412/

It downsizes the image to a thumbnail but when clicked, it expands and takes over the entire window. Is there anyway to include the expanded view inside the normal lightbox view?
 
I am trying to embed an image onto a page and have the image downsized to a thumbnail until pressed where it would then appear in the normal lightbox/imageview such as in posts.

Currently I followed this: http://xenforo.com/community/thread...omatically-resize-and-zoom-when-clicked.7412/

It downsizes the image to a thumbnail but when clicked, it expands and takes over the entire window. Is there anyway to include the expanded view inside the normal lightbox view?

I noticed this as well. I am getting this blown up image and NOT the image lightbox. It's annoying. The image zooms large and blocks the window. I want the lightbox back again. Nice and clean.
 
Here is how we were displaying ours

Code:
<a href="http://pixelexit.com/community/images/Detour.png" class="LbTrigger" data-href="misc/lightbox"><img alt="Detour" border="0" src="http://pixelexit.com/community/images/Detour.png" class="LbImage" title="Detour" /></a>
 
Top Bottom