Image Formatr

plugin banner

Formats all content images on a page / post giving them borders and captions.

Author:Steven Almeroth (profile at wordpress.org)
WordPress version required:2.9
WordPress version tested:4.4
Plugin version:1.2.6
Added to WordPress repository:05-01-2010
Last updated:13-12-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:4
Plugin URI:http://warriorself.com/blog/about/image-forma...
Total downloads:20 132
Active installs:70+
plugin download
Click to start download

Image Formatr is a simple plugin that goes through all the content images on posts & pages, and with zero user changes:

  1. gives them a standardized thumbnail format using CSS
  2. puts a caption underneath each one using the title
  3. makes them linked so they popup in full size

Thumbnails are not generated, but will be used if available in the media library. This plugin is driven by the prettyPhoto library so we could call this plugin a prettyPhoto integration plugin.

*Note: Supports images on Flickr.

Usage

This only applies to the images you put in your content, not theme graphics.

<img
  src="/images/picture.jpg"
  class="alignright"
  title="A sample caption"
  link="http://example.com/"
  hint="Image borrowed from example.com"
/>

After the plugin runs, the output to the browser looks like:

<div class="img alignright">
  <a
    href="/images/picture.jpg"
    rel="prettyPhoto[main]">
    <img
      src="/images/picture.jpg"
      title="Image borrowed from example.com" alt=""
      width="140" height="90"/>
  </a>
  <div style="width: 100%;">
    <a href="http://example.com/" target="_blank">A sample caption</a>
  </div>
</div>

Documentation

You can find plugin documentation at http://warriorself.com/blog/about/image-formatr/

Features

  • Standardizes all thumbnails without altering posts
  • Supports displaying images from Flickr: <img flickr="1234567890" title="The magnificent Ceiba at the Archaeological Site of Palenque.">
  • Generates image captions using the image title or alt
  • Integrates WordPress media library thumbnails
  • Gives popups for WordPress gallery images (adjust priority setting to 12)
  • Shows all content images on the blog as small thumbnails (does not create new thumbnails but can use Media Library for thumbs)
  • Allows for fine-grained control of each image's format
  • Zooms image to large size when clicked using the prettyPhoto library
  • Outputs standard XHTML compliant markup

Screenshots
FAQ
ChangeLog