There is an option of mouse-drag according to official doc https://ganlanyuan.github.io/tiny-slider/demo/
that I can't reproduce via https://preview.keenthemes.com/html/metronic/docs/general/tiny-slider/overview#options
even with an ID of "mouse-drag" in the container as they request
Hi,
You can pass any param into Metronic's wrapper as shown below including data-tns-mouse-drag="true"
:
<div data-tns="true" data-tns-nav-position="bottom" data-tns-mouse-drag="true" data-tns-controls="false">
</div>