Changeset 8074 for extensions/Autosize


Ignore:
Timestamp:
Dec 11, 2010, 10:56:03 AM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] fix bug whith pamooramic


Location:
extensions/Autosize
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/Autosize/js/Affiche_script.js

    r8070 r8074  
    55}
    66
    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
    813
    914function Toggle_bp() {
     
    765770                         marginLeft: "auto",
    766771                         marginRight: "auto",
    767                          height: Zone_Affichage.height + "px",
     772                  //       height: Zone_Affichage.height + "px", sinon déclenchement panorama sur la hauteur;
    768773                         width: new_width + "px"
    769774                     });
     
    776781
    777782                     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" });
    785789                     //     
    786790                     //====================================================
  • extensions/Autosize/main.inc.php

    r8070 r8074  
    22/*
    33Plugin Name: AutoSize
    4 Version: 1.3.9.9
     4Version: 1.4.2.2
    55Description: Ajuste l'affichage des photos en fonction de la hauteur de la fenetre de navigation
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=448
Note: See TracChangeset for help on using the changeset viewer.