Virtual List - dynamic height

Hello! I can not solve the problem of jerking the list when scrolling if the height of the list item is greater or less than the specified value “height:”.
Please, help!

2 Likes
.variable-height-list.media-list {

  --f7-list-item-text-max-lines: 99;

}

And add “variable-height-list media-list” class

1 Like