diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-09-18 16:36:27 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-09-18 16:36:27 +0000 |
commit | fb85af3b4f30c7bb15eecc5ea7120b36405e1a87 (patch) | |
tree | afa0a927222f7171683bac344e9b728f7914ad1a /themes/smartpocket/template/thumbnails.tpl | |
parent | 45c0f9228c94bbd66077c0bad217df40929664cc (diff) |
smartpocket retina aware thumbnails display on index page
git-svn-id: http://piwigo.org/svn/trunk@24514 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template/thumbnails.tpl')
-rw-r--r-- | themes/smartpocket/template/thumbnails.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/smartpocket/template/thumbnails.tpl b/themes/smartpocket/template/thumbnails.tpl index 36af6609f..f4e56e570 100644 --- a/themes/smartpocket/template/thumbnails.tpl +++ b/themes/smartpocket/template/thumbnails.tpl @@ -5,7 +5,7 @@ {combine_script id='jquery.ajaxmanager' path='themes/default/js/plugins/jquery.ajaxmanager.js' load='footer'}
{combine_script id='thumbnails.loader' path='themes/default/js/thumbnails.loader.js' require='jquery.ajaxmanager' load='footer'}
{footer_script}
- var var_loop = {if $smartpocket.loop}true{else}false{/if}, var_autohide = {$smartpocket.autohide}, var_trad = "{'More Information'|@translate}";
+ var var_loop = {if $smartpocket.loop}true{else}false{/if}, var_autohide = {$smartpocket.autohide}, var_trad = "{'More Information'|@translate}", var_thumb_width={$thumbnail_derivative_params->max_width()};
{/footer_script}
<ul class="thumbnails">
|