drbiskit

Results 1 comments of drbiskit

Old thread, but for ref, you can set the height on each item to be the same with CSS: .tns-slider { display: flex; } .tns-item { flex: 1; }