• test1
  • test2
  • test3

Das Lupe-icon wird mit TypoScript auf die Klick-Vergrößern Bilder multipliziert. 

Der Typoscript-Code befindet sich im Extension Template "+ext magnifyingglass". 

Die Konfiguration in der typo3conf/localconf.php sieht auf meinem Server so aus: 

$TYPO3_CONF_VARS['GFX']['gdlib_png'] = '1';

$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'im5';

$TYPO3_CONF_VARS['GFX']['TTFdpi'] = '96';

$TYPO3_CONF_VARS['GFX']['jpg_quality'] = '90';

$TYPO3_CONF_VARS['GFX']['png_truecolor'] = '1';

$TYPO3_CONF_VARS['GFX']['im_combine_filename'] = 'composite';

$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/';

$TYPO3_CONF_VARS['GFX']['gdlib_2'] = '1';