MyBB Community Forums

Full Version: Image Lightbox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Lightbox on Image Big Grin
I agree.
Edit: Try this as a plugin: http://mods.mybb.com/view/lightbox-2
Yes. Should be core, though.
I use shadowbox on my board - it is jQuery OR prototype compliant and also since the shadowbox code rewrite now only requires one jsfile.

The styling is a bit less fancy than lightbox but I like how it fits to the screen unlike for example colorbox.
Lightbox 2 works with Xthread images?
(2012-04-24, 07:15 AM)Yaldaram Wrote: [ -> ]I agree.
Edit: Try this as a plugin: http://mods.mybb.com/view/lightbox-2

saw user review, seem like not working with v1.6.09 ???
any alternative for noob like me ??
thanks
I use prettyPhoto, it's a lightbox clone... and you can use it in commercial products. Creator just asks for a voluntary donation for a beer if you make money with it.
It's really customize-able too.
How looks the html for the prettyPhoto mycode?
<a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description"><img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" /></a>

This should not work mh?
<a href="$1" rel="prettyPhoto" title="This is the description"><img src="$1" width="400" height="auto" alt="This is the title" /></a>