We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a1752a + ab9b252 commit affbae2Copy full SHA for affbae2
README.md
@@ -62,10 +62,11 @@ https://rawgit.com/tutorjs/simple-modal/master/src/js/simple-modal.js
62
new SimpleModal({
63
modal: '.your-modal-selector', // root class selector
64
content: '.your-modal-content-selector', // children of modal
65
- trigger: '.your-trigger-selector' // button action
+ trigger: '.your-trigger-selector', // button action
66
+ width: 800, // optional but default 400px
67
+ background: '#f2f2f2', // optional by default #fff
68
})
69
70
```
71
-
72
Thanks.
0 commit comments