Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygd committed Mar 31, 2022
1 parent 2fd73bb commit cb0aa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ BigPicture({
// show or hide default loading indicator
noLoader: false,
// customize the overlay color (any valid css color value)
overlayColor: rgba(0,0,0,.8)
overlayColor: 'rgba(0, 0, 0, .8)',
// open animation callback
animationStart: () => {},
// open animation callback
Expand Down

0 comments on commit cb0aa37

Please sign in to comment.