Skip to content

Commit

Permalink
Don't downsample
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 3, 2022
1 parent 655a835 commit f95e641
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions XKCDY/Views/ComicGridItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ struct ComicGridItem: View {
self.isLoaded = true
})
.cancelOnDisappear(true)
// .setProcessor(DownsamplingImageProcessor(size: geom.size))
// .scaleFactor(UIScreen.main.scale)
// .cacheOriginalImage()
.resizable()
.scaledToFill()
.opacity(self.isLoaded ? 1 : 0)
Expand Down

0 comments on commit f95e641

Please sign in to comment.