Plugin Directory

Changeset 802187


Ignore:
Timestamp:
11/10/2013 10:45:09 PM (12 years ago)
Author:
bmodesign2
Message:

width fix

Location:
bmo-expo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bmo-expo/trunk/bmo_expo.php

    r800100 r802187  
    66Author: Benedikt Morschheuser
    77Author URI: http://bmo-design.de/
    8 Version: 1.0.4
     8Version: 1.0.5
    99
    1010Copyright 2012-2013 by Benedikt Morschheuser (http://bmo-design.de/kontakt/)
     
    3333//###############################################################
    3434
    35   define('BMO_EXPO_VERSION','1.0.4');//version 
     35  define('BMO_EXPO_VERSION','1.0.5');//version 
    3636  define('BMO_EXPO_SITEBASE_URL', get_option('siteurl'));
    3737  define('BMO_EXPO_PLUGINNAME', trim(plugin_basename(dirname(__FILE__))));
  • bmo-expo/trunk/js/jquery.bmoGallery.scrollGallery.js

    r790939 r802187  
    491491                    image_width_withBMP = $(this).outerWidth(true); //mit padding border und margin
    492492                });
    493                 this.$bmo_the_gallery_images.css('width',(image_width_withBMP * this.gallery.numberOfImgs)+'px').css('height',gallery_height+'px');
     493                this.$bmo_the_gallery_images.css('width',((image_width_withBMP * this.gallery.numberOfImgs)+100)+'px').css('height',gallery_height+'px');//+100 einfach so, zur Sicherheit für IE
    494494            }
    495495        },
  • bmo-expo/trunk/readme.txt

    r800100 r802187  
    44Tags: nextgen, scrollgallery, scrollgallery2, scroll-gallery, bmo-design, expo, exposition, plugin, picture, pictures, photo, photos, widgets, photo-albums, post, posts, page, admin, media, scroll, gallery, image, images, slideshow, galerie, jquery, javascript, next gen, next, generation, Style
    55Requires at least: 3.1
    6 Tested up to: 3.6.1
     6Tested up to: 3.7.1
    77Stable tag: trunk
    88
     
    8181
    8282= Version 1.0 =
     83    * 1.0.5 scrollGallery img width fix
    8384    * 1.0.4 Admin CSS changes
    8485    * 1.0.3 No Borders Scroll Gallery Design, Possibility to add custom themes in the folder wp-content/bmo-expo-themes/[gallerytype]/
Note: See TracChangeset for help on using the changeset viewer.