Added lazy-loading to release tile posters.

This commit is contained in:
2020-05-07 02:10:28 +02:00
parent af9d8f7858
commit c410294022
6 changed files with 37 additions and 11 deletions

View File

@@ -79,6 +79,7 @@ const releasePosterFragment = `
index
path
thumbnail
lazy
comment
sfw: sfwMedia {
id
@@ -96,6 +97,7 @@ const releaseCoversFragment = `
index
path
thumbnail
lazy
comment
sfw: sfwMedia {
id

View File

@@ -72,12 +72,14 @@ function initReleasesActions(store, _router) {
media {
id
thumbnail
lazy
}
}
covers: releasesCovers {
media {
id
thumbnail
lazy
}
}
}