Thumb width is 50px always
-
Hello!
Today I discovered your plugin. It looks and works great! Very good work. Thanks a lot!
I customized its look with Custom Style CSS.
The only problem is I see <img width=”50″ …> in html-source ALWAYS for thumb. Though thumb height is changed to my value. But width don’t.
For example, I use following settings:
Thumb size 25 height X 75 width.
Custom Style CSS:
#sf_val li.sf_item img { height: 25px; width: 75px; }In front-end everything looks fine.
The only flaw is html-source for thumb isn’t perfect:
<img width=”50″ height=”25″ …>Btw, param “Maintain aspect ratio” don’t affect behavior.
Thanks in advance for your explanation!
The topic ‘Thumb width is 50px always’ is closed to new replies.