Files
WatchIt/WatchIt.Website/WatchIt.Website/Components/Common/Subcomponents/PictureComponent.razor

1 line
286 B
Plaintext

<img class="@(Circle ? "rounded-circle" : "rounded-2") @(Shadow ? "shadow" : string.Empty) object-fit-cover @(Class)" src="@(Picture is not null ? Picture.ToString() : Placeholder)" alt="@(AlternativeText)" @attributes="@(_attributes)" style="aspect-ratio: @(AspectRatio.ToString());"/>