Skip to content

Commit

Permalink
default to not preloading
Browse files Browse the repository at this point in the history
  • Loading branch information
ealmloff committed Aug 16, 2023
1 parent b299b5a commit 8651a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl ImageOptions {
compress: true,
size,
ty,
preload: true,
preload: false,
}
}

Expand Down

0 comments on commit 8651a2c

Please sign in to comment.