Skip to content

Commit

Permalink
Merge pull request jquery-backstretch#185 from ebinion/max-height
Browse files Browse the repository at this point in the history
Adding a fix for images max-height inheritance.
  • Loading branch information
srobbin committed Feb 6, 2013
2 parents 8a5033f + b36569a commit b8eb8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/jquery.backstretch.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
, border: 'none'
, width: 'auto'
, height: 'auto'
, maxHeight: 'none'
, maxWidth: 'none'
, zIndex: -999999
}
Expand Down

0 comments on commit b8eb8f0

Please sign in to comment.