diff --git a/widgets/content/conf/info.xml b/widgets/content/conf/info.xml index 81bb551cb..3c36c0fca 100644 --- a/widgets/content/conf/info.xml +++ b/widgets/content/conf/info.xml @@ -731,20 +731,31 @@ Тип миниатюры 縮圖建立方式 Küçük resim türü - 썸네일 생성 방법을 선택할 수 있습니다. (crop : 꽉 채우기, ratio : 비율 맞추기) - サムネールの生成方法を選択します(Crop : 刈り込み, Ratio : 比率)。 - 可以选择缩略图生成方式。 (crop : 裁减, ratio : 比例) + 썸네일 생성 방법을 선택할 수 있습니다. + サムネールの生成方法を選択します。 + 可以选择缩略图生成方式。 Thumbnail Type may be set here. Có thể đặt kiểu hình nhỏ tại đây. Тип миниатюры может быть установлен здесь. - 可選擇縮圖建立方式。(crop : 裁減, ratio : 比例) + 可選擇縮圖建立方式。 Küçük resim türünü burada ayarlayabilirsiniz. + + fill + 비율 유지하며 가득 채움 (권장) + Fill (Recommended) + Fill (刈り込み) + Fill (裁减) + Đổ đầy + Fill (Обрезание) + Fill (裁減) + Doldurmak + crop - Crop (채우기) + 비율 유지하며 잘라내기 + Crop Crop (刈り込み) Crop (裁减) - Crop Hình cắt Crop (Обрезание) Crop (裁減) @@ -752,10 +763,10 @@ ratio - Ratio (비율 맞추기) + 비율 유지하며 잘리지 않도록 함 + Letterbox Ratio (比率) Ratio (比例) - Ratio Tỉ lệ Ratio (Отношение) Ratio (比例) diff --git a/widgets/content/content.class.php b/widgets/content/content.class.php index 7b3f76d2b..54e281f8f 100644 --- a/widgets/content/content.class.php +++ b/widgets/content/content.class.php @@ -39,7 +39,7 @@ class content extends WidgetHandler // Display time of the latest post if(!$args->duration_new) $args->duration_new = 12; // How to create thumbnails - if(!$args->thumbnail_type) $args->thumbnail_type = 'crop'; + if(!$args->thumbnail_type) $args->thumbnail_type = 'fill'; // Horizontal size of thumbnails if(!$args->thumbnail_width) $args->thumbnail_width = 100; // Vertical size of thumbnails