* Update documentation
authorBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 1 Jan 2008 18:17:00 +0000 (18:17 +0000)
committerBrett Parker <iDunno@sommitrealweird.co.uk>
Tue, 1 Jan 2008 18:17:00 +0000 (18:17 +0000)
ChangeLog
README
bpgallery.sh

index 75bf776b133de10886c3be4f6a9416a1d95ebaa7..a285d741d052b88b35d7c31fa9770c7b89f771ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-01 Brett Parker <iDunno@sommitrealweird.co.uk>
+  * Fix the height bounding box code
+
 2007-12-22 Brett Parker <iDunno@sommitrealweird.co.uk>
   * Allow a HEIGHT to be specified as well as the WIDTH creating a bounding
       box to fit in to
diff --git a/README b/README
index 02b2a1890163d6cfd284d81800f517000d585a86..026262f6c6f043b6c93be95947b7ed1213b44b9b 100644 (file)
--- a/README
+++ b/README
@@ -122,7 +122,8 @@ The functions that you need to declare are as follows:
                         It generates the stylesheet for the page.
                 available variables:
                         $WIDTH       - the width of the images
-                        $MAXHEIGHT   - the maximum height of the image
+                        $MAXWIDTH    - the maximum width of the images
+                        $MAXHEIGHT   - the maximum height of the images
         bpgallery_ThemeName_thumbsline()
                 what's it for?:
                         Whatever is in here is generated per thumbnail.
index 3191eed9db26a7a89f810c00d652aaff0f8e3136..50f032ea6cd989c497d03e5f47d3952e0571f9ab 100755 (executable)
@@ -499,9 +499,16 @@ set.
         WIDTH
             the width to make the icons
 
+        HEIGHT
+            the height to make the icons (sets up a bounding box with WIDTH)
+
         MEDIUMWIDTH
             set the width of images in the medium size pages
 
+        MEDIUMHEIGHT
+            the height to make images in the medium size pages (sets up a
+            bounding box with MEDIUMWIDTH)
+
         BPGALLERY_THEME
             set the theme to use (described below)