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

WP Image Sizes

설명

In modern web designs, designers create different sizes of images on the web pages for attractive layout. If a web page is built using wordpress, a developer has to register every image size in theme to make sure, if client uploads an image of different size, it does not break the layout.

With a new WordPress installation, by default it creates three sizes e.g. thumbnail (150 x 150), medium (300×300), large (1024×1024) which means whenever a new image will be uploaded, WordPress will keep at least four copies of images on the server, one original image and 3 cropped image copies based on image sizes.

When developer/designer needs different size of image, they will register more image sizes e.g. hero, product thumbnail, product large image, team member image etc depending on design of the page.

Now lets say we have 3 default and 3 custom image sizes defined in theme, and now whenever a new image will be uploaded, WordPress will create 6 image copies and 1 original image even we need to use only 1 for a specific area on the website, remaining copies will remain on the server and will occupy space. Imagine when we have lots of posts, pages having different images, how many unnecessary images WordPress creates on the server which are useless and just eat server space. In case of Woo-Commerce website if you need to upload a new slider image for home page or a hero image for about page, it will create a lots of copies including different sizes of products image sizes which woo-commerce registers itself.

Ultimately website speed gets effected and server space as well.

To solve this issue, we built a plugin WP Image Sizes this plugin allows user to decide which image sizes should be created for every image being uploaded through WordPress.

After installing WP Image Sizes, it will create a setting page from where user can assign image sizes to each CPT. e.g. user can assign one size for hero/slider CPT, one size for team member, testimonials. After assigning image sizes to each CPT when user will upload a new image, WP Image Sizes will only allow WordPress to create copies of image sizes which were assigned to the CPT.

In case user tries to upload an image from a Media, it will show options in media uploader to select which image size user wants and WP Image Sizes will only create that image size.

WP Image Sizes plugin saves a lot of space on the server and plays a role to make WordPress website a bit fast.

PRO

WP Image Sizes plugin is also available in a professional version which includes more features See here

스크린샷

  • Assignment of image sizes to post types
  • The image sizes will show in media uploader
  • ProFeature – Create batch/bulk image sizes for selected post types
  • ProFeature – Delete batch/bulk image sizes for selected post types

설치

From your WordPress dashboard

  1. Visit Plugins > Add New
  2. Search for “WP Image Sizes”
  3. Install WP Image Sizes from search results
  4. Activate WP Image Sizes after plugin has been installed
  5. Click on the settings menu item “WP Image Sizes” and assign image sizes to every post types

FAQ

Does it have a pro version?

Yes, a pro version is available with more features See here.

Does it cache images it creates?

No, It doesn’t create any cache images and the images created will not be broken even if the plugin is deactivate/removed.

Why use it?

WPIS becomes more useful when used with e-commerce plugins like woocommerce, woocommerce requires to create many image sizes for prdoucts. Whenever a user uploads a non-product image, wordpress creates all the images for woo-coomerce as well.
i.e User uploads an image for slider/banner, WordPress will also create image thumbnails for the products. WPIS helps to select only slider/banner size and avoid to generation of woocommerce versions of the image.

후기

2020년 12월 31일
We have lots of different image sizes for different post types on our website, for every image WordPress was creating several copies whenever an image was uploaded, it was filling the server space very quickly. WP Image Sizes saved space by stopping the creation of unnecessary image copies. I recommend every WordPress website must have this plugin. Excellent Job👍
모든 4 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “WP Image Sizes”(을)를 번역하세요.

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

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

변경이력

1.1.3

  • Compatibility Check with WordPress 5.7.2

1.1.2

  • Compatibility fix with pro version when generating runtime images

1.1.1

  • Code changes for compatibility with pro version

1.1.0

  • Media uploader image size checkboxes position changed
  • Media uploader image size checkboxes loading approach changed

1.0.8

  • Option to disable all image sizes added to wpis settings

1.0.7

  • Bug fixes

1.0.6

  • Disable sizes fixes

1.0.4

  • Media upload image sizes bug fix
  • Option to disable all image sizes added

1.0.3

  • Session storage changed to fix register_globals conflict

1.0.2

  • Plugin core changes
  • WordPress 5.5.3 compatibility

1.0.1

  • Session unset on settings save
  • Redirect implemented on plugin activate

1.0.0

  • Initial release of WP Image Sizes