mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: always show resolution in details panel (#21046)
Always show resolution in details panel
This commit is contained in:
parent
a8b4a5e856
commit
f343b0e58f
1 changed files with 2 additions and 2 deletions
|
|
@ -415,9 +415,9 @@
|
||||||
<p>
|
<p>
|
||||||
{getMegapixel(asset.exifInfo.exifImageHeight, asset.exifInfo.exifImageWidth)} MP
|
{getMegapixel(asset.exifInfo.exifImageHeight, asset.exifInfo.exifImageWidth)} MP
|
||||||
</p>
|
</p>
|
||||||
{@const { width, height } = getDimensions(asset.exifInfo)}
|
|
||||||
<p>{width} x {height}</p>
|
|
||||||
{/if}
|
{/if}
|
||||||
|
{@const { width, height } = getDimensions(asset.exifInfo)}
|
||||||
|
<p>{width} x {height}</p>
|
||||||
{/if}
|
{/if}
|
||||||
{#if asset.exifInfo?.fileSizeInByte}
|
{#if asset.exifInfo?.fileSizeInByte}
|
||||||
<p>{getByteUnitString(asset.exifInfo.fileSizeInByte, $locale)}</p>
|
<p>{getByteUnitString(asset.exifInfo.fileSizeInByte, $locale)}</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue