You can set breakpoint values (min width for the locomotive scroll to take effect) to 0.
const lscroll = new LocomotiveScroll({
el: document.querySelector("[data-scroll-container]"),
smooth: true,
direction: "horizontal",
mobile: {
breakpoint: 0,
smooth: true,
direction: "horizontal",
},
tablet: {
breakpoint: 0,
smooth: true,
direction: "horizontal"
},
});