Lets you easily add author images on your site.
You can use the .entry_author_image CSS class to customize where and how the image appears.
For instance:
.entry_author_image {
float: left;
border: solid 1px outset;
margin: 1.2em 1.2em 0px .1em;
}
When displaying wide videos, images or tabular data, it becomes desirable to bump the content below the author's image. To achieve this, insert the following code in your post:
<div style="clear:both;"></div>
This can be done by setting two constants in your wp-config.php file:
define('SEM_AUTHOR_IMAGE_WIDTH', 360);
define('SEM_AUTHOR_IMAGE_HEIGHT', 360);
Requires: 2.8 or higher
Compatible up to: 3.2.1
Last Updated: 2010-8-2
Downloads: 43,957
0 of 0 support threads in the last three weeks have been resolved.
Got something to say? Need help?