ubox is an overlay image viewer (It's a kind of lightbox) jQuery plug-in.

I developed it to use on my Uygulama project. Mostly lightbox scripts can't handle smart phone/iphone's small screen sizes but this can. I've tested it on my iphone it works.

I've only tested it on Google Chrome (11.0.696.65), Chromium (11.0.696.71 (86024) Ubuntu 11.04), Mozilla Firefox (4.0.1), Opera (11.10 (2092)) and it works enough for me for now!

It is under MIT License.

developer goker.cebeci, the developer

github download or fork it on github

jquery jquery plugin page


USAGE

<div class="images">
<a href="test.jpg" title="test">
<img src="thumb-test.jpg" alt="test" />
</a>
</div>

<script>
$('.images a').ubox(options);
</script>

Default

test1 test2 test3 test4 test5

default options have white container and click out closing is enabled.

Custom

test1 test2 test3 test4 test5

custom options have black container and click out closing is disabled.

* click images to open with ubox.