From d7c42de0d7e3719e10113a3086bff8b5ff0fc0b3 Mon Sep 17 00:00:00 2001 From: aewing Date: Sun, 11 Jan 2026 02:44:48 +0000 Subject: [PATCH] Add capture attribute to image and video inputs for camera access - Add capture="environment" to imageInput and videoInput - Add capture="environment" to conversationImageInput and conversationVideoInput - Enables camera/video capture on mobile and desktop devices - Falls back to file picker on devices without camera capability --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7807735..3124944 100644 --- a/index.html +++ b/index.html @@ -247,8 +247,8 @@ - - + +
@@ -412,8 +412,8 @@ - - + +