Ignore:
Timestamp:
Sep 22, 2014, 1:53:23 PM (10 years ago)
Author:
JanisV
Message:

Added option for resizing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Fotorama/main.inc.php

    r29730 r29732  
    4545  if (!isset($conf['Fotorama']['close_button'])) {
    4646        $conf['Fotorama']['close_button'] = false;
     47        $conf['Fotorama']['resize'] = false;
    4748  }
    4849
     
    107108      if ($skip >= 0)
    108109        $big_type = $def_type;
    109       if ($skip >= 1)
     110      if ($skip >= 1 and $conf['Fotorama']['resize'])
    110111        $next_type = $def_type;
    111112      if ($skip == 0)
Note: See TracChangeset for help on using the changeset viewer.