Skip to content

Commit

Permalink
Updating layout to display 3 videos per row.
Browse files Browse the repository at this point in the history
  • Loading branch information
efonsecab committed Apr 12, 2024
1 parent 73c10bb commit 34e1ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{
<div>
<div>
<img src="@($"/api/video/{singleItem.VideoId}/thumbnail")" width="400" />
<img src="@($"/api/video/{singleItem.VideoId}/thumbnail")" width="300" />
</div>
<div>
<FluentLabel Typo="Typography.Body">@singleItem.Name</FluentLabel>
Expand Down

0 comments on commit 34e1ad5

Please sign in to comment.