Skip to content

Commit 3db3590

Browse files
authored
Update README.md
Edit options for activate plugin
1 parent cb1036f commit 3db3590

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Img-checkbox is a jQuery-based replacement for input checkboxes. It supports ima
2020

2121
```html
2222
<figure>
23-
<div class="figure-content"><img src="img/Delete.png" class="img-fluid"></div>
23+
<div class="figure-content"><img src="img/Delete.png"></div>
2424
<figcaption><img src="holder.js/50x50"></figcaption>
2525
<label><input type="checkbox" name="name"> Label</label>
2626
</figure>
@@ -41,8 +41,8 @@ $('figure').imgCheckbox({
4141
textColor: 'white',
4242
overlayBgColor: 'black',
4343
overlayOpacity: '0.4',
44-
round: false,
45-
animation: false,
44+
round: true,
45+
animation: true,
4646
animationDuration: 300,
4747
})
4848
```

0 commit comments

Comments
 (0)