Changeset 9473 for extensions/Autosize/js
- Timestamp:
- Mar 2, 2011, 12:08:33 PM (14 years ago)
- Location:
- extensions/Autosize/js
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r9292 r9473 780 780 wingbo = img_finale.width; 781 781 heightgbo = img_finale.height; 782 if (Type_Img == "panorama") { 783 heightgbo = info_theImage.height; 784 img_finale.height = info_theImage.height; 785 } 786 782 787 img_finale.width -= marges_llgbo; 783 788 if (jQuery("#slideshow").infos().width > 0) { … … 1252 1257 1253 1258 if (llgboframe.height > 0) { 1254 1259 ll2 = jQuery("#gbo div:last").infos(); 1255 1260 ll1 = jQuery("#gbo div:first").infos(); 1256 ll2 = jQuery("#gbo div:last").infos(); ; 1261 ll2 ="" ; 1262 jQuery("#gbo div").each(function (i) { 1263 1264 if ( this.id=="") return ; 1265 ll2=this ; 1266 }); 1267 ll2 = jQuery(ll2).infos(); 1257 1268 ll1 = ll1.width; 1258 1269 ll2 = ll2.width - ll2.borderwidth.left - ll2.borderwidth.right;
Note: See TracChangeset
for help on using the changeset viewer.