Images inserted with img_assist module seem to display with zero width. I think it is a problem with this theme since they display correctly in the default drupal theme. (using Firefox on os x, Safari is ok)

Comments

kennysto’s picture

problem seems to be here:

.primary .itemtext img {
margin-left: -5px;
padding: 4px;
border: 1px solid #ccc;
max-width: 100%;
}

commenting out 'max-width: 100%;' seems to fix the issue

dekkeh’s picture

I had this problem with Kubrick and commenting out worked for me!