$module['ext_datas']['PhotoMaxWidth']) OR ($row['IMGHEIGHT'] AND $row['IMGHEIGHT'] > $module['ext_datas']['PhotoMaxHeight']) ) { $coef = min($module['ext_datas']['PhotoMaxWidth'] / $row['IMGWIDTH'], $module['ext_datas']['PhotoMaxHeight'] / $row['IMGHEIGHT']); $row['IMGWIDTH'] = $coef * $row['IMGWIDTH']; $row['IMGHEIGHT'] = $coef * $row['IMGHEIGHT']; } echo ''; echo "\n"; ?>