Improved screenshot styling
This commit is contained in:
parent
ef275242be
commit
956c4506c1
5 changed files with 46 additions and 13 deletions
8
_includes/screenshot.html
Normal file
8
_includes/screenshot.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="screenshot-frame">
|
||||
<div class="screenshot-image">
|
||||
<a href="{{ site.baseurl }}{{ include.link }}">
|
||||
<img src="{{ site.baseurl }}{{ include.src }}" width="{{ include.width }}" height="{{ include.height }}" alt="{{ include.title }}"/>
|
||||
</a>
|
||||
</div>
|
||||
<span class="screenshot-label">{{ include.title }}</span>
|
||||
</div>
|
||||
Loading…
Reference in a new issue