Este plugin no ha sido probado con ninguna las 3 últimas versiones principales de WordPress. Puede que ya no se mantenga o no tenga soporte, y puede que tenga problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

custom blogger images

Descripción

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

Instalación

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

Opiniones

No hay reseñas para este plugin.

Colaboradores & Desarrolladores

“custom blogger images” es software de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce & #8220;custom blogger images” a tu idioma.

¿interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Historial de cambios

1.0

  • Initial Version