Plugin Directory

Changeset 808490


Ignore:
Timestamp:
11/21/2013 09:25:52 PM (12 years ago)
Author:
bmodesign2
Message:

vertical scroll fix

Location:
bmo-expo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bmo-expo/trunk/js/jquery.bmoGallery.scrollGallery.js

    r805738 r808490  
    487487            }
    488488            if(this.gallery.options.sG_images){
    489                 if(this.isVertical){
    490                     gallery_width = this.$gallery_obj.width()-this.$bmo_the_gallery_thumb_area.outerWidth(true)-1;//falls die größe der thumbs geändert wurde, muss das
     489                if(this.gallery.options.sG_responsive){
     490                    if(this.isVertical){
     491                        gallery_width = this.$gallery_obj.width()-this.$bmo_the_gallery_thumb_area.outerWidth(true)-1;//falls die größe der thumbs geändert wurde, muss das neu berechnet werden
     492                    }
    491493                }
    492494                var image_width_withBMP = gallery_width;
Note: See TracChangeset for help on using the changeset viewer.