Changeset 7934


Ignore:
Timestamp:
Nov 29, 2010, 1:43:33 PM (13 years ago)
Author:
cljosse
Message:

[Autosize][beta] size with pamooramics

Location:
extensions/Autosize
Files:
2 edited

Legend:

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

    r7933 r7934  
    390390
    391391                         //=========================================================
    392                          img_reelle.height = myPamoorama.imageHeight;
    393                          img_reelle.width = myPamoorama.imageWidth;
     392                         img_reelle.height = img_height  ;
     393                         img_reelle.width = Zone_Affichage.width;
     394
     395
    394396                         TheImg = myPamoorama.image;
    395397                         info_theImage = jQuery("#pamoorama").infos();
     398                         info_theImage.height = img_reelle.height;
     399
     400
    396401                         info_the_page = jQuery("#the_page").infos();
    397402
     
    788793
    789794                     zoom = Image_height / img_height;
    790                      Zone_Affichage.height = info_pamoorama_outter.height + info_pamoorama_footer.height;
    791795
    792796
     
    808812                 info_frame = Zone_Affichage;
    809813                 h0 = jQuery(Cadre).outerHeight(true);
    810                  jQuery(Cadre).height(info_frame.height + 5);
     814
    811815
    812816                 jQuery("#navThumbPrev").css({ overflow: "hidden" });
  • extensions/Autosize/main.inc.php

    r7931 r7934  
    22/*
    33Plugin Name: AutoSize
    4 Version: 1.3.9.2
     4Version: 1.3.9.4
    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.