该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

custom blogger images

描述

The Custom blogger images plugin adds extra image sizes & golden ratio proportions to your WordPress themes.
This WordPress Plugin works both with your normal wordpress theme or child theme.

What is the purpose of this Plugin?
Many Themes missing image Size that every blogger needs. This Plugins adds several helpful imageformats to your wordpress image uploader.
The Sizes are either in the fibonacci image sequence or employ standard image ratios, yet do fit typical website widths.

  1. The golden Rule proportioned Images
    The first image set is folling the Fibonacci, also known as the golden Rule, sequence and its respective aspect ratio.
    The second set is optimized for typical blogging dimensions, only altering the width of the image and keeping hight and aspect ratio.

  2. The Raw-Images for Bloggers
    Additional Imagesizes, like 280px, 300px width, 450px width, 600px and 950px width and 100% height are created when using this theme.
    This helps enhance the layout of your Blog-content or Sidebar.

Contact

twitter: @GuntramBechtold
view on Github: Custom Images on Github
Questions: Ask your questions here

安装

To install this Extension, download the file and install it in your wp_content/plugins/CustomImages folder

Notes on the Plugin
Note that each activated imagesize produces a copy of every single image that is uploaded.
Every size defined by the parameters “add_image_size( ‘custom-size’, height, width, array( ‘left’, ‘top’ ), crop)”
For additional information look into: https://codex.wordpress.org/Function_Reference/add_image_size

常见问题

Can’t integrate this into my functions.php?

Yes you could do that. This plugin is an extended version of extension you can add to your functions.php for your child themes.
Make use use of Imagesizes for WordPress Child themes using functions.php by pulling https://github.com/gbechtold/wordpress_child_theme_image_sizes

评价

此插件暂无评价。

贡献者及开发者

“custom blogger images” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“custom blogger images”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial Version