Skip to content

Commit

Permalink
Add instructions for new breakpoints config
Browse files Browse the repository at this point in the history
  • Loading branch information
ljwagerfield committed Feb 6, 2024
1 parent ad0df4c commit 0bc0182
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ const options = {
showFinishButton: true, // Show/hide the "finish" button in the widget.
showRemoveButton: true, // Show/hide the "remove" button next to each file.
styles: {
breakpoints: {
fullScreenWidth: 750, // Full-screen mode activates when the screen is at or below this width.
fullScreenHeight: 420 // Full-screen mode activates when the screen is at or below this height.
},
colors: {
primary: "#377dff", // Primary buttons & links
active: "#528fff", // Primary buttons & links (hover). Inferred if undefined.
Expand Down

0 comments on commit 0bc0182

Please sign in to comment.