Hello, first of all, thanks for your work.
I've a problem with the size of images : somehow the img tag gets an inline style like this :
<img class="image_main" src="http://image001.jpg" style="width: 960px; display: inline;">
that erases this css property :
.box_skitter .image img {
display: none;
height: auto;
width: 100%;
}
Even if I change the size of the box skitter in the slider panel, the images always get that style="width: 960px; display: inline;" and i can't figure out why... can you please help ?