Mô tả
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.
-
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. -
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
Cài đặt
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
Hỏi đáp
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
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“custom blogger images” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “custom blogger images” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0
- Initial Version