Über uns
Technik der Seite
Lytebox 3.22 Modification
Version 1.3, dated 2007-11-19
This site uses a modified and extended version of the Lytbebox script to display gallery images.
new or changed features
- info overlay in lower left corner of image, display on mouseover on a trigger link or on image load, option to include/exclude image title in overlay params fixed in v1.3
- geo button that launches GoogleMaps (inline in Lyteframe) to display image location and direction of view, displays a simple marker (no arrow) if no heading info is contained in EXIF data
- altered exif dump page
- added 'on_dom_load' event handler; Lytebox no longer has to wait for all page elements to load (avoids images to open in a blank new window if an user clicks on a thumbnail before the site is completely loaded)
- easier hotkey assignment; hotkeys are now defined in the configuration block
- additional file param for info window (Pavel's model in Lyteframe)
- scrollbars are hidden during Lytebox display; this prevents the Lytebox from scrolling off-screen if the user scrolls during display of the Lytebox
- temporary Lyteframe (used for Exif, Geo or Info display) now opens vertically centered on screen instead of same top position as 'parent' Lytebox
- configurable slideshow start (always start paused, autostart only on first frame, autostart always)
- new in v1.3: option to loop slideshow (continues on first image after the last image is reached)
- new in v1.3: catching of imagemap area-tags (additional to a-tags)
- new in v1.3: changed loader display, now overlaying actual image instead of blank display
- new in v1.3: size of initial Lytebox (displaying loader) is now always the size defined in css instead of the size of the previously loaded image
- new in v1.3: distinct options to de-/activate the animations and fade in/out effects
Demo of new features
Info Overlay
- overlay shown per default
- no image title in overlay
- triggered by mouseover
move mousepointer over text "(Info...)" next to the image title
Exif and Geo info
- Exif Info
- Geo Info (location only)
Marker for image location in Google Maps - Geo Info
Marker for image location and direction of view in Google Maps
Download
Credits
- Originial Lytebox v3.22 available at http://www.dolem.com/lytebox/index.htm
- some features of this modification are based on or inspired by the modifications to Lytebox v3.20 by Pavel Kuzub (http://pavel.kuzub.com/lytebox)
- 'on_dom_load' taken from Lytebox forum
- scrollbar handling partly taken from the script SuperDialog
- saving and reset of scroll position inspired by Lightbox Gone Wild!