Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Wikinaut authored Feb 10, 2022
1 parent d774b9d commit 2cc2940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
console.log( "quality: " + quality + " base64 imagesize: " + result.length);
quality = quality - 0.1;

} while ( result.length > 100*1024 && quality > 0.01 );
} while ( result.length > 200*1024 && quality > 0.01 );

return result;
}
Expand Down

0 comments on commit 2cc2940

Please sign in to comment.