We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1036f commit 3db3590Copy full SHA for 3db3590
README.md
@@ -20,7 +20,7 @@ Img-checkbox is a jQuery-based replacement for input checkboxes. It supports ima
20
21
```html
22
<figure>
23
- <div class="figure-content"><img src="img/Delete.png" class="img-fluid"></div>
+ <div class="figure-content"><img src="img/Delete.png"></div>
24
<figcaption><img src="holder.js/50x50"></figcaption>
25
<label><input type="checkbox" name="name"> Label</label>
26
</figure>
@@ -41,8 +41,8 @@ $('figure').imgCheckbox({
41
textColor: 'white',
42
overlayBgColor: 'black',
43
overlayOpacity: '0.4',
44
- round: false,
45
- animation: false,
+ round: true,
+ animation: true,
46
animationDuration: 300,
47
})
48
```
0 commit comments