Skip to content

Commit

Permalink
Implement @Baraksi's responsive fix for issue nbartlomiej#16.
Browse files Browse the repository at this point in the history
  • Loading branch information
mookman288 committed Oct 27, 2015
1 parent 55a5efe commit 8d7dd12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion jquery.foggy.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
position : this.position,
opacity : this.opacity,
top : this.offset[0],
left : this.offset[1]
left : this.offset[1],
width : '100%'
}).appendTo(target);
};

Expand Down
2 changes: 1 addition & 1 deletion jquery.foggy.min.js

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

0 comments on commit 8d7dd12

Please sign in to comment.