From bae14a76e52524e2157948bf30cfe3340d1e9a94 Mon Sep 17 00:00:00 2001 From: Jozef Selesi Date: Mon, 11 Mar 2013 14:42:43 +0100 Subject: Themes can set minimum thumbnail size when calculating proportions. This prevents broken item rendering when thumbnails are smaller than the theme design allows. Trac-Ticket: #1838 --- themes/wind/views/page.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/wind/views/page.html.php b/themes/wind/views/page.html.php index 1bb329df..1dbb31c0 100644 --- a/themes/wind/views/page.html.php +++ b/themes/wind/views/page.html.php @@ -24,7 +24,7 @@ " /> page_type == "collection"): ?> - thumb_proportion($theme->item())) != 1): ?> + thumb_proportion($theme->item(), 100)) != 1): ?>