New-UDCard -Title "Information on: $($s.Name)" -Content {
New-UDMuAvatar -Image "/pictures/$sid.jpg" -Style @{width = 160; height = 160}
New-UDTable -Headers @("Attribute", "Value") -Endpoint{
$tabledata | Sort-Object Sort | Out-UDTableData -Property @("Name", "Value")
}
Hello All!
I am looking to figure out how to center the New-UDMuAvatar image within this card and haven’t had much luck. Hoping one of yall can help!
Thank you!