Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kylefox/jquery-modal into ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
kylefox committed Apr 20, 2012
2 parents 4c72b25 + 5316599 commit 9c7c9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ _(Note that modals loaded with AJAX are removed from the DOM when closed)._

# Resizing

There's really no need to modals, since the default styles don't specify a fixed height; modals will expand vertically (like a normal HTML element) to fit their contents.
There's really no need to manually resize modals, since the default styles don't specify a fixed height; modals will expand vertically (like a normal HTML element) to fit their contents.

However, when this occurs, you will probably want to at least re-center the modal in the viewport:

Expand Down

0 comments on commit 9c7c9cd

Please sign in to comment.