Index: /temp/trunk/html/products/detail.php
===================================================================
--- /temp/trunk/html/products/detail.php	(revision 8975)
+++ /temp/trunk/html/products/detail.php	(revision 9170)
@@ -175,4 +175,9 @@
 //¤³¤Î¾¦ÉÊ¤òÇã¤Ã¤¿¿Í¤Ï¤³¤ó¤Ê¾¦ÉÊ¤âÇã¤Ã¤Æ¤¤¤Þ¤¹
 $objPage->arrRelateProducts = lfGetRelateProducts($tmp_id);
+
+// ³ÈÂç²èÁü¤Î¥¦¥£¥ó¥É¥¦¥µ¥¤¥º¤ò¥»¥Ã¥È
+list($image_width, $image_height) = getimagesize($arrFile["main_image"]["filepath"]);
+$objPage->tpl_image_width = $image_width;
+$objPage->tpl_image_height = $image_height;
 
 $objView->assignobj($objPage);
