We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0df4c commit 0bc0182Copy full SHA for 0bc0182
README.md
@@ -223,6 +223,10 @@ const options = {
223
showFinishButton: true, // Show/hide the "finish" button in the widget.
224
showRemoveButton: true, // Show/hide the "remove" button next to each file.
225
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
+ },
230
colors: {
231
primary: "#377dff", // Primary buttons & links
232
active: "#528fff", // Primary buttons & links (hover). Inferred if undefined.
0 commit comments