Formats all content images on a page / post giving them borders and captions.
Image Formatr is a simple plugin that goes through all the content images on a post/page:
Thumbnails are not generated, the actual image is displayed in a smaller size by telling the browser the preferred display dimensions.
Note: Flickr support is slated for the next release, version 0.9.8.
I would love your feedback! sroth77 is now at gmail.com http://warriorself.com/blog/contact/ thanks.
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" style="width: 140px;">
<a
href="/images/picture.jpg"
class="highslide"
onclick="return hs.expand(this, { slideshowGroup: '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>
No external requirements are needed. The Highslide JavaScript library is now packaged in the Image-formatr plugin itself. The Highslide Integration plugin used in previous versions of Image-formatr is no longer needed.
title or alt
Requires: 2.7 or higher
Compatible up to: 3.2.1
Last Updated: 2011-7-20
Downloads: 4,327




