Ignore:
Timestamp:
Apr 12, 2011, 1:36:50 PM (13 years ago)
Author:
cljosse
Message:

[extensions] autosize fix margin theImgage auto

File:
1 edited

Legend:

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

    r10241 r10308  
    897897           if (jQuery("#slideshow").infos().width > 0) {
    898898
    899              jQuery(Cadre).css({ marginLeft: "auto"
    900              });
    901            }
    902            else
    903              jQuery(Cadre).css({ marginLeft: marge_left + "px"
    904              });
    905 
    906           // jQuery(Cadre).width(Zone_Affichage.width);
    907            jQuery(Cadre).css("width","auto");
     899             
     900           } else {
     901             
     902           }
     903           //=== cadre = theImage
     904           jQuery(Cadre).css({ marginLeft: "auto"});
     905           // jQuery(Cadre).width(Zone_Affichage.width);
     906           jQuery(Cadre).css("width", "auto");
    908907           //   jQuery(Cadre).height(Zone_Affichage.height);
    909908
Note: See TracChangeset for help on using the changeset viewer.