sidebar: booru: better image layout

This commit is contained in:
end-4
2024-04-02 21:55:36 +07:00
parent 731992bf6f
commit 9fc004d8f5
3 changed files with 58 additions and 41 deletions
+1
View File
@@ -107,6 +107,7 @@ class BooruService extends Service {
// console.log(parsedData)
this._responses.push(parsedData.map(obj => {
return {
aspect_ratio: obj.width / obj.height,
id: obj.id,
tags: obj.tags,
md5: obj.md5,