Table Issue - Different Browsers

I created table on my site (using WP plugin ‘Easy table by Takien’). Now my table is not displayed the same checking through different browsers: IE (see attachment below) & Firefox look the same and the way I want it! Chrome (see attachment) is showing very small images. I also enclosed screenshot of how the table code looks on my page.

How I can fix the display in Chrome browser and have equal table as IE / Firefox browser? Which adjustments need to be done?

Many thanks!!
Michel

.easy-table img.size-full {
	max-width: none;
	}

does it in Chrome, FF, Opera and IE7+, as far as I can see. :slight_smile:

Thanks Francky!