Skip to content

Commit

Permalink
chore: Modified Glide RequestOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Gregat committed Jun 13, 2024
1 parent 73419a7 commit e9ebc56
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class ImageNodeHelper(

private val requestOptions = RequestOptions()
.timeout(5 * 60 * 1000)
.override(702, 467)
.encodeQuality(75)
.override(351, 233)
.encodeQuality(70)

fun addImageNode(anchor: Anchor) {
Glide
Expand Down

0 comments on commit e9ebc56

Please sign in to comment.