two columns theme for images

Hello,
I've tried the two columns themes but it seems they work only for txt news. Is there a way to get something for images feeds like this one:

http://community.livejournal.com/foto_decadent/data/rss

Thank you for the nice plugin.

Re: two columns theme for images

OK, I found the solution on the forum.
img {
max-width:280px;
}

It's not perfect as proportions are not respected. If someone has a solution...

Re: two columns theme for images

Try this:
img {
max-width:280px;
height: auto;
}