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 posts and pages with zero user changes and:
Thumbnails are not generated, but will be used if available in the media library.
Note: Flickr support added in version 0.10.0.
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>
You can find plugin documentation at http://warriorself.com/blog/about/image-formatr/
title or alt
Requires: 2.9 or higher
Compatible up to: 3.5.1
Last Updated: 2013-4-12
Downloads: 8,000
1 of 4 support threads in the last two months have been resolved.
Got something to say? Need help?