Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Thumbnail Crop Position

Описание

Select the crop position of your thumbnails. WordPress crops thumbnails of images through the center, which does not always give us the desired results. This plugin allows you to select the crop position of images from WordPress uploader.

Скриншоты

  • Thumbnail Crop Position in Insert Media panel.
  • Thumbnail Crop Position in Upload Media page.

Установка

  1. Install Thumbnail Crop Position either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. That’s it. You’re ready to go! You will find Thumbnail Crop Position panel in Upload files tab of Insert Media panel and in Upload Media page of Media.

Часто задаваемые вопросы

Installation Instructions
  1. Install Thumbnail Crop Position either via the WordPress.org plugin directory, or by uploading the files to your server.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. That’s it. You’re ready to go! You will find Thumbnail Crop Position panel in Upload files tab of Insert Media panel and in Upload Media page of Media.

Отзывы

18.07.2017
Came bundled with a theme but only works in browser uploader, not in drag-and-drop multi-file uploader. Even then often does not work so it is quicker and more certain to just edit thumbnails by hand individually.
04.01.2017
It's very useful plugin. I always settting to "top center". Usage notes It seems that it is not set in the media library.
Посмотреть все 18 отзывов

Участники и разработчики

«Thumbnail Crop Position» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Thumbnail Crop Position» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.3

This update were made by Grégory Viguier (ScreenfeedFr). Thanks Grégory.

  • The PHP class is now in a separated file, so it is included only in the administration pages (and removed the create_function(), bad for the php cache).
  • Globally, use a more «WordPress way» for some parts of the code.
  • SECURITY: better sanitization of the option, check user capability, and add a nonce for the ajax call.
  • Minify css, js and images (js and css dev. versions still presents).
  • HTML: remove useless divs, adjust some classes.
  • CSS: use existing WordPress styles for the buttons, simpler but same look.
  • JS: no more inline scripts (onclick), change button active state only on valid response, add a loading state.
  • Translation: use native translations (left, right, center) and add French translation.

1.2.1

  • Fixed a bug that showed a text in the footer of posts.

1.2

  • Corrected load of plugin.
  • CSS improvement.

1.1

  • Initial Release.