forked from DebaucheryLibrarian/traxxx
Using thumbnail size instead of original photo size in image tags.
This commit is contained in:
@@ -109,6 +109,10 @@ function initReleasesActions(store, router) {
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
isS3
|
||||
sfw: sfwMedia {
|
||||
id
|
||||
@@ -167,6 +171,10 @@ function initReleasesActions(store, router) {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
lazy
|
||||
isS3
|
||||
}
|
||||
@@ -177,6 +185,10 @@ function initReleasesActions(store, router) {
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
isS3
|
||||
}
|
||||
}
|
||||
@@ -185,6 +197,10 @@ function initReleasesActions(store, router) {
|
||||
id
|
||||
path
|
||||
thumbnail
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
lazy
|
||||
isS3
|
||||
}
|
||||
@@ -212,6 +228,10 @@ function initReleasesActions(store, router) {
|
||||
path
|
||||
thumbnail
|
||||
lazy
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
isS3
|
||||
comment
|
||||
sfw: sfwMedia {
|
||||
|
||||
Reference in New Issue
Block a user