It would depend upon your markup and styles. The demo page has no text mixed with images. However, the script does give all images a style of vertical-align: top; unless you override it somehow. That might be a factor.
From your image it looks like you have two crawlers and that it is the second one that has this issue. It's class designation is marquee1 (the first one would be marquee0).
So, you could put this in your stylesheet:
Code:
.marquee1 img {
vertical-align: bottom!important;
}
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks