mirror of
https://github.com/yattee/yattee.git
synced 2025-10-22 15:28:13 +00:00
Load images with low priority
This commit is contained in:
@@ -31,7 +31,7 @@ struct ChapterView: View {
|
||||
}
|
||||
|
||||
@ViewBuilder func smallImage(_ chapter: Chapter) -> some View {
|
||||
WebImage(url: chapter.image)
|
||||
WebImage(url: chapter.image, options: [.lowPriority])
|
||||
.resizable()
|
||||
.placeholder {
|
||||
ProgressView()
|
||||
|
Reference in New Issue
Block a user