I installed a gallery that is not part of your template and chrome does not work properly
my web: http://www.atapride.cl/v1
in the module support they told me the following
As regards the particular issue, it probably traces back to the template forcing CSS height to "auto" at some place in the style-sheet. In some browsers and under some circumstances (but not always), this leads to element height being incorrectly reported by the browser to the sigplus initialization script, and causes the reported issue. If you remove this "height:auto" rule then the issue is almost always resolved. You can use sigplus-specific overrides if you want a particular rule to apply to all images but those part of a sigplus gallery. For example, the following sets CSS height on img elements but not those part of a sigplus gallery:
img:not([id^=sigplus]) {
height: auto;
}
My problem is that the place Fixed thumbails in chrome and unseen, that is, they are too small
in other browsers it is perfect


PLEASE tell me where that is bothering CODE FOR THE THUMBS OF THE WORK PROPERLY MODULE
THANKS SO MUCH!