fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix stupid bug
[wolnelektury.git]
/
src
/
picture
/
templates
/
picture
/
picture_viewer.html
diff --git
a/src/picture/templates/picture/picture_viewer.html
b/src/picture/templates/picture/picture_viewer.html
index
75be359
..
bfa87b7
100644
(file)
--- a/
src/picture/templates/picture/picture_viewer.html
+++ b/
src/picture/templates/picture/picture_viewer.html
@@
-42,8
+42,8
@@
<li>
<a href="{{ picture.get_absolute_url }}" id="menu-book" data-box="book-short">
<li>
<a href="{{ picture.get_absolute_url }}" id="menu-book" data-box="book-short">
- <img src="{% thumbnail picture.image_file '
80x2
00' as thumb %}{{ thumb.url }}{% empty %}{{ picture.image_file.url }}{% endthumbnail %}"
- width="
8
0"
+ <img src="{% thumbnail picture.image_file '
120x3
00' as thumb %}{{ thumb.url }}{% empty %}{{ picture.image_file.url }}{% endthumbnail %}"
+ width="
12
0"
alt="{{ picture.pretty_title }}"
title="{{ picture.pretty_title }}">
</a>
alt="{{ picture.pretty_title }}"
title="{{ picture.pretty_title }}">
</a>
@@
-60,7
+60,7
@@
<li id="sponsors">
{% for sponsor in sponsors %}
<li id="sponsors">
{% for sponsor in sponsors %}
- {% thumbnail sponsor.logo "
80x2
00" as logo %}
+ {% thumbnail sponsor.logo "
120x3
00" as logo %}
<a href="{{ sponsor.url }}" target="_blank"><img src="{{ logo.url }}" alt="{{ sponsor.name }}" /></a>
{% endthumbnail %}
{% endfor %}
<a href="{{ sponsor.url }}" target="_blank"><img src="{{ logo.url }}" alt="{{ sponsor.name }}" /></a>
{% endthumbnail %}
{% endfor %}