Skip to content

Commit

Permalink
fixed classic
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhellsing committed May 30, 2010
1 parent 72b78de commit 0da1c09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/themes/classic/galleria.classic.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Galleria.themes.create({
this.$('loader').show().fadeTo(200, .4);
this.$('counter').show().fadeTo(200, .4);

this.$('thumbnails').find('.galleria-image').css('opacity',.4);

this.$('container').hover(this.proxy(function() {
this.$('image-nav-left,image-nav-right,counter').fadeIn(200);
}), this.proxy(function() {
Expand Down

0 comments on commit 0da1c09

Please sign in to comment.