{@ $skinid = mt_rand(); $page_id = "xgd_".$skinid; $cols_count = $xGalry_info->cols_list_count; // 큰이미지 외부여백 $image_outer = $xGalry_info->image_outer!='' ? $xGalry_info->image_outer : 2; $imageWidth = $xGalry_info->image_width + ($xGalry_info->image_bdsize*2) + $image_outer; // 썸네일 외부여백 $thumb_outer = $xGalry_info->thumb_outer!='' ? $xGalry_info->thumb_outer : 2; $thumbWidth = $xGalry_info->thumb_width + ($xGalry_info->thumb_bdsize*2) + $thumb_outer; // 위젯넓이 $widgetWidth = $imageWidth + ($thumbWidth*$cols_count); }

xeGallery - {$xGalry_info->xs_skin} skin

  • 전체 목록수 : {$xGalry_info->list_count}
  • 큰이미지 크기 : {$xGalry_info->image_width}, {$xGalry_info->image_height}
  • 썸네일 크기 : {$xGalry_info->thumb_width}, {$xGalry_info->thumb_height}
  • 가로이미지 수 : {$xGalry_info->cols_list_count}