blog photo size
This commit is contained in:
parent
4f5f5dacbd
commit
24d0049ff9
3 changed files with 5 additions and 3 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
<tr class="@trclass">
|
||||
<td><a asp-action="Details" asp-route-id="@item.Id" class="bloglink">
|
||||
<img src="@item.Photo" class="smallphoto"></a>
|
||||
<img src="@item.Photo" class="blogphoto"></a>
|
||||
</td>
|
||||
<td>
|
||||
<markdown>@((item.Content?.Length > 120) ? item.Content.Substring(0, 122) + " ..." : item.Content)</markdown>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue