Skip to content

Commit

Permalink
lets center those thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulFelge committed May 16, 2019
1 parent 251028d commit 1e1b32e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SlodView/src/main/webapp/WEB-INF/views/home.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
<c:if test="${entry.getThumbnails().size()>8}">
<p class="uk-margin-remove">More Images in the data set</p>
</c:if>
<ul class="uk-thumbnav">
<ul class="uk-thumbnav uk-flex-center">
<c:forEach items='${entry.getThumbnails()}' var="thumb" end="8">
<li uk-slideshow-item="0"><a href='${entry.getResource().replace("http://slod.fiz-karlsruhe.de/","")}'><img onmouseover="ch(this, 'image_${entry.getImageUrl().replace('/','')}')" src="${proxyThumb}${thumb}" width="50" alt=""></a></li>
</c:forEach>
</ul>
<div class="uk-position-center-right uk-margin-right">
<a href='${entry.getResource()}' uk-icon="info"></a>
<a href='${entry.getResource()}' uk-icon="icon: info; ratio: 2"></a>
</div>
</div>
</div>
Expand Down

0 comments on commit 1e1b32e

Please sign in to comment.