이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Media Library Thumbnail Enhancer

설명

Makes media library thumbnails match the WordPress thumbnail size or allows you to choose a new size in Settings: Media (or hard code a custom size named ‘mte_thumbnail’).

Also replaces the default “Crystal” file type icons with smoothly scaling SVG icons that better match the WordPress 3.8+ design.

스크린샷

  • Without the plugin active
  • Using the default 150x150 WordPress thumbnail size
  • Using a somewhat ridiculous 600x600 thumbnail size

설치

  1. Upload the plugin folder to the /wp-content/plugins/ directory or install via the Add New Plugin menu
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Optional: Enter a media library thumbnail size under Settings: Media
  4. Optional: Define a custom size called ‘mte_thumbnail’ in functions.php

FAQ

Is there an options screen where I can set a custom thumbnail size?

Yes! Just go to Settings: Media and look for “Media Library Thumbnails”.

Note that this will not appear if the size has been hardcoded (see next FAQ).

Is there a way to hardcode the custom thumbnail size?

To set a custom size, add the line below to functions.php (or a plugin) and adjust the dimensions as needed.

add_image_size( 'mte_thumbnail', 300, 300, true );
I chose a custom thumbnail size. Why aren’t the thumbnails appearing at that size?

You may need to rebuild your thumbnails:
https://wordpress.org/plugins/ajax-thumbnail-rebuild/

Or install WP_Thumb so they can be generated on the fly:
https://wordpress.org/plugins/wp-thumb/

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Media Library Thumbnail Enhancer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Media Library Thumbnail Enhancer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3

  • Add option to enalarge thumbnails in media library modal (pop-up)

1.2.4

  • Fix issue with misaligned icons in the insert media modal

1.2.3

  • Revise name to better reflect additional features
  • Add banner

1.2.2

  • Readme fixes

1.2.1

Fix intitial run bug where mte_thumbnail_ud was being incorrectly defined

1.2

  • Add size options to Settings: Media
  • FAQ revisions

1.1.1

  • Fix archive icon color
  • Tweak icon license text

1.1

  • FAQ updates
  • Replace WordPress bundled Crystal icons with SVG icons

1.0.3

  • Fix column sizing bug

1.0.2

  • Fix 1.0.1 partial deploy

1.0.1

  • Add screenshots

1.0

  • Initial release