mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 00:01:37 +00:00
Fixed image width
This commit is contained in:
parent
359e57a66f
commit
9df0744d09
@ -31,7 +31,7 @@
|
||||
@if (this.Document?.IsImage ?? false)
|
||||
{
|
||||
<MudTabPanel Text="@T("Image View")" Icon="@Icons.Material.Filled.Image">
|
||||
<MudImage ObjectFit="ObjectFit.ScaleDown" Src="@this.Document.FilePathAsUrl"/>
|
||||
<MudImage ObjectFit="ObjectFit.ScaleDown" Style="width: 100%;" Src="@this.Document.FilePathAsUrl"/>
|
||||
</MudTabPanel>
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user