Skip to content

Commit d1baceb

Browse files
authored
Update projects.liquid to include width and height
1 parent 771c789 commit d1baceb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_includes/projects.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
include figure.liquid
77
loading="eager"
88
path=project.img
9-
sizes = "250px"
9+
width="250px"
10+
height="150px"
1011
alt="project thumbnail"
1112
class="card-img-top"
1213
%}

0 commit comments

Comments
 (0)