Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

custom blogger images

Beschrijving

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

Installatie

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

FAQ

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

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“custom blogger images” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “custom blogger images” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.0

  • Initial Version