add dimensions

This commit is contained in:
2026-05-28 16:02:16 +02:00
parent 9804376d30
commit 2a73a00e98
10 changed files with 226 additions and 9 deletions

View File

@@ -726,7 +726,9 @@ export default {
is_comments_locked: actitem.is_comments_locked || false,
is_oc: actitem.is_oc || false,
is_repost: actitem.checksum ? actitem.checksum.includes('_bypass_') : false,
reposts: repostItems
reposts: repostItems,
width: actitem.width || null,
height: actitem.height || null
},
title: `${actitem.id} - ${cfg.websrv.domain}`,
pagination: {