Ver más productos marca AceTaken
Heavy-Duty Webcam Stand, Tabletop Webcam Tripod Holder Compatible with Logitech C920 C922 StreamCam C930 C925e Brio 4K,Brio 500 Webcams
8 || deltaY > 8)) {
isHorizontalSwipe = deltaX > deltaY;
}
if (isHorizontalSwipe) {
dragOffset = currentX - touchStartX;
}
"
@touchend="
isDragging = false;
const threshold = containerWidth * 0.15;
const deltaX = Math.abs(currentX - touchStartX);
const deltaY = Math.abs($event.changedTouches[0].clientY - touchStartY);
if (deltaX < 8 && deltaY < 8) {
openLightbox(activeImage);
} else if (isHorizontalSwipe && dragOffset < -threshold) {
activeImage = (activeImage + 1) % totalImages;
} else if (isHorizontalSwipe && dragOffset > threshold) {
activeImage = (activeImage - 1 + totalImages) % totalImages;
}
dragOffset = 0;
isHorizontalSwipe = null;
"
>
1 / 9
Ver más productos marca AceTaken
Heavy-Duty Webcam Stand, Tabletop Webcam Tripod Holder Compatible with Logitech C920 C922 StreamCam C930 C925e Brio 4K,Brio 500 Webcams
Este producto no esta disponible
Dejanos tu email y te avisamos cuando vuelva a estar en stock.
Te avisaremos cuando vuelva a estar en stock
Opiniones de compradores
4,6
2 opiniones
5
57%
4
43%
3
0%
2
0%
1
0%
Dr. Slab
Me gustó este modelo. Tanto la parte superior del soporte como el poste central son ajustables para colocar la cámara en el ángulo justo, incluyendo la inclinación si es necesario.
Recibí una alerta cuando vuelva
Este producto no esta disponible
Dejanos tu email y te avisamos cuando vuelva a estar en stock.
Te avisaremos cuando vuelva a estar en stock