dGallery is a gallery software that is meant for ease of use, with a minimalistic style to it.
Styling and Config
How you style the gallery is entirely up to you. The only thing that needs to happen is that the element containing all
of the images (In this case a <div> tag) needs to have the class "dgallery", then the script does the rest from there.
The image clicked will be the first presented. The config also allows you to configure based on
config: {
// Padding of the main pictures frame
framePadding: 50,
// Margin of the pictures frame
frameMargin: 20,
// Color of the main pictures frame
frameColor: '#fff',
// Opacity of the frame
frameOpacity: 0.6,
// The height+width of the reel (Sorry, only supports a box :P
reelHeight: 100,
// The padding of the reel frames
reelPadding: 10,
// The color of the reel selected box
selectedBackColor: '#000',
// The opacity of the reel selected box
selectedOpacity: 0.2,
// The color of the background
backColor: '#000',
// The opacity of the background
backOpacity: 0.9,
// Opacity of images that our not currently selected
unselectedOpacity: 0.5
},
They are right at the top of the javascript file, and can be modified however you want them to be. you can also change them dynamically by doing something like:
jQuery.dgallery.config.framePadding = 30;
Compatabilty
Compatable with any Gecko (Firefox) or WebKit (Chrome/Safari) based browser. Internet explorer not tested yet (Will be shortly).
Versioning
Licensing/Use
The script is opensource, licensed under Lesser GPL v3, included with the download.
Contact
dudeami0@gmail.com