Changeset 7916
- Timestamp:
- Nov 28, 2010, 6:39:08 PM (14 years ago)
- Location:
- extensions/Autosize
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/admin/admin_autosize.php
r7912 r7916 93 93 $path = AUTOSIZE_PATH; 94 94 95 96 $version = $plugin['version'] ; 97 $cl_plugin=$plugin['description']; 95 98 96 $autosize_parametres = cl_autosize_Get_Options(); 99 97 -
extensions/Autosize/js/Affiche_script.js
r7915 r7916 290 290 } 291 291 else 292 winwidth = Zone_Affichage.width;292 winwidth = info_the_page.width; 293 293 294 294 … … 299 299 //--------------------------------------------- 300 300 jQuery(Parent).width(winwidth); 301 jQuery(Parent).height(Zone_Affichage.height);301 // jQuery(Parent).height(Zone_Affichage.height); 302 302 //--------------------------------------------- 303 303 … … 463 463 borderW = Zone_Affichage.borderwidth.left; 464 464 borderW += Zone_Affichage.borderwidth.right; 465 465 466 466 467 467 Zone_Affichage.width = winwidth - borderW; -
extensions/Autosize/main.inc.php
r7912 r7916 2 2 /* 3 3 Plugin Name: AutoSize 4 Version: 1.3. 8.04 Version: 1.3.9 5 5 Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation 6 6 Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
Note: See TracChangeset
for help on using the changeset viewer.