mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Load images with low priority
This commit is contained in:
@@ -422,7 +422,7 @@ struct VideoCell: View {
|
||||
Group {
|
||||
let url = thumbnails.best(video)
|
||||
|
||||
WebImage(url: url)
|
||||
WebImage(url: url, options: [.lowPriority])
|
||||
.resizable()
|
||||
.placeholder {
|
||||
Rectangle().foregroundColor(Color("PlaceholderColor"))
|
||||
|
Reference in New Issue
Block a user