Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/VodkaBears/Remodal
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Feb 14, 2014
2 parents 534173d + 70b24d9 commit 23c51dd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Flat, responsive, lightweight, fast, easy customizable modal window plugin with

Minified version size: ~4kb

## Notes
All modern browsers are supported.

Only webkit browsers has a blur effect in the default css theme. If you want a blur for another kind of browsers use: https://github.com/Schepp/CSS-Filters-Polyfill, but it's not fast like a native css3 blur.

IE9+

## Start

That's very simple too start using Remodal.
Expand All @@ -19,6 +26,13 @@ Add this before the `</body>`(or in the head):
<script src="path/to/your/jquery.remodal.min.js"></script>
```

Define the background container for the modal(for effects like a blur). It could be any simple content wrapper:
```html
<div class="remodal-bg">
...All your content...
</div>
```

And now create a modal dialog:
```html
<div class="remodal" data-remodal-id="modal">
Expand Down

0 comments on commit 23c51dd

Please sign in to comment.