Skip to content

Commit 0bc0182

Browse files
committed
Add instructions for new breakpoints config
1 parent ad0df4c commit 0bc0182

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ const options = {
223223
showFinishButton: true, // Show/hide the "finish" button in the widget.
224224
showRemoveButton: true, // Show/hide the "remove" button next to each file.
225225
styles: {
226+
breakpoints: {
227+
fullScreenWidth: 750, // Full-screen mode activates when the screen is at or below this width.
228+
fullScreenHeight: 420 // Full-screen mode activates when the screen is at or below this height.
229+
},
226230
colors: {
227231
primary: "#377dff", // Primary buttons & links
228232
active: "#528fff", // Primary buttons & links (hover). Inferred if undefined.

0 commit comments

Comments
 (0)