Hi Raleigh Flyers,
Sorry for the delayed response. The forum system sometimes fails to send me email, so in the future if you don’t have a response in 24 hours, please drop me an e-mail. Thanks.
The problem is that your theme is messing with the images as shown below:
.content img {
max-width: 100%;
display: block;
}
I think if you add the following rule to the plugin’s stylesheet, you’ll be go good to go.
img.mstw-ss-table-logo {
display: inline;
}
Let me know.
-Mark