From 39c882cdb40836f9ec7a9ebb91c67e265669d445 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Tue, 27 Aug 2013 16:21:13 +0200 Subject: [PATCH] //small fix --- admin-dev/themes/default/template/controllers/home/content.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/home/content.tpl b/admin-dev/themes/default/template/controllers/home/content.tpl index df2d03d7f..35740fa6e 100644 --- a/admin-dev/themes/default/template/controllers/home/content.tpl +++ b/admin-dev/themes/default/template/controllers/home/content.tpl @@ -223,7 +223,7 @@ $(document).ready(function() { $.fancybox( this.href, { - 'width' : 660, + 'width' : 920, 'height' : 384, 'transitionIn' : 'none', 'transitionOut' : 'none',