forked from DebaucheryLibrarian/traxxx
Using thumbnail size instead of original photo size in image tags.
This commit is contained in:
@@ -41,6 +41,8 @@ function initTagsActions(store, _router) {
|
||||
path
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
comment
|
||||
entity {
|
||||
id
|
||||
@@ -73,6 +75,8 @@ function initTagsActions(store, _router) {
|
||||
path
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
comment
|
||||
entity {
|
||||
id
|
||||
@@ -166,6 +170,8 @@ function initTagsActions(store, _router) {
|
||||
lazy
|
||||
width
|
||||
height
|
||||
thumbnailWidth
|
||||
thumbnailHeight
|
||||
entity {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user