Skip to content

Commit

Permalink
ensure max-width is not set on parallax sliders (closes #33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegreiling committed Feb 25, 2015
1 parent 8e11ef5 commit 0fe1d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion parallax.js
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,8 @@
top: this.offsetTop,
left: this.offsetLeft,
height: this.imageHeight,
width: this.imageWidth
width: this.imageWidth,
maxWidth: 'none'
});
}
});
Expand Down
2 changes: 1 addition & 1 deletion parallax.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0fe1d9b

Please sign in to comment.