Changeset 6933
- Timestamp:
- 09/15/10 15:55:11 (3 years ago)
- Files:
-
- 1 modified
-
extensions/Autosize/js/Affiche_script.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
extensions/Autosize/js/Affiche_script.js
r6932 r6933 11 11 var Image = jQuery("#theImage").find("embed"); 12 12 if (Image.length == 0) { 13 14 13 var Image = jQuery("#theImage").find("img"); 15 14 if (Image.length == 0) { 16 15 Image = jQuery("#pamoorama"); 17 16 if (!Image) return; 18 19 } 17 } 18 TheImg = jQuery(Image).get(0); 19 img_height = jQuery(TheImg).height(); 20 img_width = jQuery(TheImg).width(); 20 21 } else { 21 22 var TheImg = jQuery(Image).get(0); … … 23 24 img_width = TheImg.clientWidth; 24 25 } 25 var TheImg = jQuery(Image).get(0);26 27 H00 = jQuery(TheImg).height();28 W00 = jQuery(TheImg).width();29 26 30 27 var sel0 = jQuery(TheImg).position();
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)