X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=a4fef7988bb8a86327b0e4abb4eea31f587ce886;hb=eaee6b8f5e18c32388abd6aa33f1d940dc36471f;hp=4eeece83a09cf05eeb59e4bae77681646e5ef6aa;hpb=c951fbbe007ae876fb681ea1ce89169fb36e839f;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 4eeece8..a4fef79 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -40,7 +40,7 @@ @@ -183,9 +242,9 @@
<%ifnull album.albumImage> - <% album.title|html> + <% album.title|html> <%else> - <% album.albumImage|image-link max-width=200 max-height=200 mode=enlarge title==album.title> + <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> <%/if>
@@ -214,7 +273,7 @@
- <% image|image-link max-width=200 max-height=200 mode=enlarge title==image.title> + <% image|image-link max-width=250 max-height=250 mode=enlarge title==image.title>
<% image.title|html>
@@ -234,9 +293,9 @@
- <%notfirst><%/notfirst> - - <%notlast><%/notlast> + + +
@@ -397,9 +456,9 @@
<%ifnull album.albumImage> - <% album.title|html> + <% album.title|html> <%else> - <% album.albumImage|image-link max-width=200 max-height=200 mode=enlarge title==album.title> + <% album.albumImage|image-link max-width=250 max-height=250 mode=enlarge title==album.title> <%/if>