set aspect ratio for seed data to actual ratio of faker images

This commit is contained in:
Alina Beck 2019-11-27 20:56:04 +03:00
parent 6324fd7d26
commit dda9837569

View File

@ -19,7 +19,7 @@ export default function create() {
visibility: 'public',
deleted: false,
categoryIds: [],
imageAspectRatio: 1.0,
imageAspectRatio: 1.333,
}
args = {
...defaults,