forked from DebaucheryLibrarian/traxxx
Using thumbnail size instead of original photo size in image tags.
This commit is contained in:
@@ -110,6 +110,8 @@ const releasePosterFragment = `
|
||||
thumbnail
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
lazy
|
||||
isS3
|
||||
comment
|
||||
@@ -133,6 +135,8 @@ const releaseCoversFragment = `
|
||||
thumbnail
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
lazy
|
||||
isS3
|
||||
comment
|
||||
@@ -156,6 +160,8 @@ const releasePhotosFragment = `
|
||||
thumbnail
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
lazy
|
||||
isS3
|
||||
comment
|
||||
|
||||
Reference in New Issue
Block a user