david steadson
Results 1 - 4 of 4
bydavid steadson, October 26, 2009
This component successfully pulls in articles from RSS feeds, however as others have noted it's lacking in documentation, with a number of back-end configuration settings that have no explanation. There also appears to be no easy way to change the way article intros are formatted, with a forced two column layout (image + text) that looks poor if there are no images in the feed.
bydavid steadson, July 11, 2009
bydavid steadson, May 12, 2009
bydavid steadson, April 22, 2009
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. 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.
Owner's reply
>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;
}





