ez projects / jquerylightbox
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| jquerylightbox | Lukasz Klejnberg | stable | 1.3 | <= 4.2 |
Active extension for 4.3, 4.4 will be available soon on projects.ez.no
Tested on eZ Publish 4.2.
Based on jQuery lib ( ) and jQuerylightbox plugin ( ).
Quick Install:
1. Copy extension
2. Activate
3. Clear cache
Now, you can use views from the online editor: jquerylightbox-thumb and
jquerylightbox-link (based on ezlightbox).
You can set default size in a file: settings/jquerylightbox.ini
You can use tag rel="lightbox" for example galleryline/image.tpl
You can change the background and opacity in file:
design/standard/javascript/jquery.lightbox.function.js:
Default settings:
$(function() {
$('a[rel*=lightbox]').lightBox({
overlayBgColor: '#BBB',
overlayOpacity: 0.6
});
});
but you can add more value, look and click extend, you will see more
information about configuration.
If you have any questions, ideas or suggestions, please write.
Changelog
Tuesday 09 February 2010 09:43
Lukasz Klejnberg