We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1c80 commit 76f3770Copy full SHA for 76f3770
blinka.html
@@ -57,11 +57,7 @@ <h1>Blinka</h1>
57
<a href="{{ board.url | relative_url }}">
58
<div>
59
<div class="img-responsive-4by3">
60
- <img srcset="{{ "/assets/images/boards/small/" | append: board.board_image | relative_url }} 300w,
61
- {{ "/assets/images/boards/large/" | append: board.board_image | relative_url }} 700w"
62
- sizes="(max-width: 1024px) 700px,
63
- 300px"
64
- src="{{ "/assets/images/boards/original/" | append: info.board_image | relative_url }}" alt="Image of Board">
+ {% include downloads/board_image.html board_image=board.board_image %}
65
</div>
66
<div class="details">
67
<h3>{{ board.name }}</h3>
0 commit comments