10 || Math.abs($event.touches[0].clientY - touchStartY) > 10) touchMoved = true"
@touchend="if (!touchMoved) toggleVideoControls(2)"
@click.stop="toggleVideoControls(2)"
x-swipe:up.threshold.50px="togglePlayDown();"
x-swipe:down.threshold.50px="togglePlayUp();"
x-swipe:left.threshold.50px="showNotify('Swipe left to browse videos', 'success',1000);"
x-swipe:right.threshold.50px="openDynamicModal('/html/video-listing?typeId=video');"
class="absolute inset-0"
style="z-index: 100; touch-action: pan-y;"
>