Comment Image Embedder is a very simple plugin that, once installed, lets your visitors add an image to their comments.
Using your stylesheet, you can adjust the height and width of the images that are displayed. If, for instance, you want the maximum width to be 200 pixels, you can use the CSS max-width property like so.
.comments img {
max-width: 200px;
}
*Check the comments container id or class for what to use in place of '.comments'
Requires: 2.6 or higher
Compatible up to: 2.9.2
Last Updated: 2009-12-2
Downloads: 11,155
Got something to say? Need help?