Hello,
How can I change the thumbnail size of a listitem? I've tried this code:
code.custom >
.ui-listview, .ui-li-has-thumb {
max-height: 55px;
overflow: hidden;
}
/code
But this only changes the listitem itself, but not the thumb image.
It did work before, when I was using library version 1.2. But in 2.0 it doesn't work anymore.
Please advice!