Ignore:
Timestamp:
Apr 5, 2012, 7:08:25 PM (12 years ago)
Author:
flop25
Message:

features added :

  • preload images option
File:
1 edited

Legend:

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

    r13921 r13923  
    3030
    3131        $conf_imgp = explode("#" , $conf['imgpreview']);
    32         $imgpreview=array( 'width' => $conf_imgp[0], 'height' => $conf_imgp[1], 'title' => $conf_imgp[2], 'opacity' => $conf_imgp[3] );
     32        $imgpreview=array( 'width' => $conf_imgp[0], 'height' => $conf_imgp[1], 'title' => $conf_imgp[2], 'opacity' => $conf_imgp[3] , 'preloadImages' => $conf_imgp[4] );
    3333        $template->assign(array(
    3434                'imgpreview' => $imgpreview
Note: See TracChangeset for help on using the changeset viewer.