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)
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
Comment #1
kennysto commentedproblem 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
Comment #2
dekkeh commentedI had this problem with Kubrick and commenting out worked for me!