diff --git a/content/stylesheets/main.css b/content/stylesheets/main.css index 2e74abb..27c9dd0 100644 --- a/content/stylesheets/main.css +++ b/content/stylesheets/main.css @@ -672,8 +672,9 @@ h2 { } .detail_title > a > img { - max-width:100px; - max-height:100px; + max-height: 100px; + max-width: 100%; + min-width: 52px; } .detail_title h2 { diff --git a/layouts/detail.erb b/layouts/detail.erb index db7b24e..668ea9a 100644 --- a/layouts/detail.erb +++ b/layouts/detail.erb @@ -1,6 +1,6 @@
- <%= item[:naam] %> + " alt="<%= item[:naam] %>" width=auto height=auto>

<%= item[:naam] %>

<% if item[:themas] %>