Changeset 8074 for extensions
- Timestamp:
- Dec 11, 2010, 10:56:03 AM (14 years ago)
- Location:
- extensions/Autosize
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r8070 r8074 5 5 } 6 6 7 //http: //maps.gstatic.com/cat_js/intl/fr_ALL/mapfiles/api-3/3/3a/{common,map,util,marker}.js 7 //Chrome,Firefox,safari diaporama + GMaps incompatible pas de load. 8 // si Description dans Categorie [gmaps:id=1; 9 //[gmaps=id:1;width:200;height:120;] 10 11 //[gmaps=id:2;width:200;height:120;] 12 8 13 9 14 function Toggle_bp() { … … 765 770 marginLeft: "auto", 766 771 marginRight: "auto", 767 height: Zone_Affichage.height + "px",772 // height: Zone_Affichage.height + "px", sinon déclenchement panorama sur la hauteur; 768 773 width: new_width + "px" 769 774 }); … … 776 781 777 782 jQuery("#pamoorama_outter").width(new_width); 778 jQuery("#pamoorama_outter").height(info_pamoorama.height - info_pamoorama_footer.height); 779 780 781 782 jQuery("#pamoorama_outter").css({ width: new_width + "px", 783 height: info_pamoorama.height - info_pamoorama_footer.height + "px" 784 }); 783 // commenter sinon outter augmente à chaque resize 784 // jQuery("#pamoorama_outter").height(info_pamoorama.height - info_pamoorama_footer.height); 785 786 787 788 jQuery("#pamoorama_outter").css({ width: new_width + "px" }); 785 789 // 786 790 //==================================================== -
extensions/Autosize/main.inc.php
r8070 r8074 2 2 /* 3 3 Plugin Name: AutoSize 4 Version: 1. 3.9.94 Version: 1.4.2.2 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.