Managed to use this fix for the problem which was in the plugin’s css
From this:
.pto_search img {
width:100px;
}
To this:
.pto_search img {
max-width:100px;
width: expression(this.width > 100 ? 100: true);
}
That seemed to sort the problem.-)
Hi
I am using IE8 and Google Chrome 15.0.874.121
My google chrome shows the images but smaller than the other browsers.
Perhaps I will check with IE 9 and see what happens.
Thanks for the hint Olavxxx
Hi Esmi,
I asked the plugin developer and they also thought it could be a theme compatibility issue as the images are visible in the view source but not showing. PT also have a demo site with WordPress, their images seem to show up fine in IE.
I tried the same plugin with the twenty ten theme and the images show up fine in IE, that’s what led me to think it could be to do with the theme itself or perhaps compatibility between the theme and the plugin, im not sure.