david steadson
My only gripe might be that the software is so extensive and regularly updated it's hard to keep up with what's been added, what's changed, and how to use it. Documentation is definitely a weakness!
On the other hand, even at the "Bronze" subscriber level the developers support and response has nearly always been top notch, far exceeding that given for software I've paid a lot more for.
>I was looking for a plugin to cleanup oversized images on my frontpage and in blog/article layouts and this does it great. Two things missing - I'd like to be able to easily tell it to not thumbnail ALL articles, just do if for the frontpage/blogs.
Good idea! In next version will be.
>It also would be great with an easy way to change the margins around the thumbnail. It may be their but I couldn't find it.
Please use classes "juleft" and "juright" for change margin in your css.
Look example:
.juleft{
float: left;
margin: 0 6px 6px 0;
}
.juright{
float: right;
margin: 0 0 6px 6px;
}






