Skip to content

Commit cb1036f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ $('figure').imgCheckbox()
3636

3737
```js
3838
$('figure').imgCheckbox({
39-
width: 'auto',
39+
width: 'auto',
4040
height: 'auto',
4141
textColor: 'white',
4242
overlayBgColor: 'black',
4343
overlayOpacity: '0.4',
4444
round: false,
4545
animation: false,
46-
animationDuration: 300,
46+
animationDuration: 300,
4747
})
4848
```

0 commit comments

Comments
 (0)