FisheyePackage
the image and file gallery of bitweaver
Page Contents
Image Gallery
Fisheye is an advanced, easy to use image gallery, that has some astounding usability features including:- delayed batch thumbnail creation
- multiple simultaneous image uploads
- very customisable layout settings
- various image size display options
ToDo
- process and include EXIF data using liberty_meta tables.
- Intregate attached Tiki Gallery to Fisheye code
<div> based layout option
we give you the option to display your galleries using <div>s or <table>sAdvantages and disadvantages of divs vs tables
Tables- pros
- browser compatible
- easy to set up
- cons
- not flexible
- same number of images per row, regardless of browser width
Divs
- pros
- highly flexibe
- number of images per row adjusts to browser width
- text browsers display items below each other, making them easier to read
- cons
- some browsers might have difficulties displaying these (very few by now)
- need to have css definitions to get them working
div based css
if you have having problems with the div based layout, you can go back to using the table based layout, or set some definitions in your css file.the selector for the image surrounding box is:
.thumbnailblock .box {}
this is the code in fisheye/div_layout.css
we dynamically create class names based on the thumbnail size selection you have. have a look at the code below and you will see that we have 4 classes which correspond to the selected thumbnail size.
- .avatar-thmb
- .small-thmb
- .medium-thmb
- .large-thmb
this is the code in fisheye/div_layout.css
/* generic div based fisheye settings */ /* you can override these in your own css file */ .thumbnailblock .avatar-thmb, .thumbnailblock .small-thmb, .thumbnailblock .medium-thmb, .thumbnailblock .large-thmb {float:left; overflow:auto;} .thumbnailblock .avatar-thmb {width:120px; height:170px;} .thumbnailblock .small-thmb {width:180px; height:230px;} .thumbnailblock .medium-thmb {width:420px; height:470px;} .thumbnailblock .large-thmb {width:820px; height:870px;}
you can modify the file directly or apply set width and height in your css file, which will override the above settings.
Related Items
Packages » Optional Packages
Packages that can be added to bitweaver to expand the core functionality.
Lucene in the Sky with Diamonds! • Newsletters News and Center Pieces are Falling Into Place • Archived Picture Upload with Fisheye under Windows • BitcartPackage • BitcommercePackage • bitUnitPackage • BlogsPackage • BnspellPackage • BoardsPackage • CalendarPackage • CascaderPackage • CategoriesPackage • ChatterboxPackage • CvsviewPackage • DamoboardsPackage • DirectoryPackage • FckeditorPackage • FisheyePackage • GalaxiaPackage • GmapPackage • HotwordsPackage • LDAPContactsPackage • LucenePackage • MapperPackage • MetaPackage • MultisitesPackage • NewslettersPackage • NexusPackage • PdfPackage • PhpBBPackage • PhpgedviewPackage • PigeonholesPackage • PodcastsPackage • ProtectorPackage • ProtectorService • QuicktagsPackage • RecommendsPackage • RSSPackage • SamplePackage • SamplePackageDissection • SearchPackage • ShoutboxPackage • SitehomePackage • StarsPackage • StatsPackage • StickiesPackage • TagsPackage • TinymcePackage • TreasuryPackage • WikiPackage • Packages • magickwand-0.1.3.tar
Online Help » Packages
ArticlesPackage • BlogsPackage • BoardsPackage • CalendarPackage • FckeditorPackage • FisheyePackage • GatekeeperPackage • KernelPackage • LanguagesPackage • LibertyPackage • MessagesPackage • NewslettersPackage • NexusPackage • PdfPackage • PigeonholesPackage • QuicktagsPackage • QuotaPackage • RecommendsPackage • RSSPackage • SearchPackage • ShoutboxPackage • SmileysPackage • StarsPackage • StatsPackage • StickiesPackage • StoragePackage • TagsPackage • ThemesPackage • TreasuryPackage • UsersPackage • WikiPackage
Comments
How to link images in galleries in a wiki
Re: How to link images in galleries in a wiki
xing
something like a plaque beside an piece in an art gallery... like artist info? custom fields?
Re: captions
i care for a working bitweaver system at work and have a little understanding problem. Is it possible to create a gallery in which all users are alloud to upload pictures?
thx 4 help
Commenting on pictures
slimbox (lightbox) feature added