mirror of
https://github.com/greenshot/greenshot
synced 2025-08-25 07:36:38 -07:00
new layout
This commit is contained in:
parent
c904117c59
commit
380ae91083
1 changed files with 11 additions and 2 deletions
|
@ -8,9 +8,18 @@ tags: menu
|
|||
|
||||
<div id="slides">
|
||||
{% for screenshot in site.data.screenshots %}
|
||||
<img src="/assets/screenshots/{{screenshot.file}}">
|
||||
<img src="/assets/screenshots/{{screenshot.file}}">
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(function(){
|
||||
$("#slides").slidesjs({
|
||||
width: 940,
|
||||
height: 528
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
<!--
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue