diff --git a/index.html b/index.html index 4b1f6e8..d1713a8 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@ - + diff --git a/pixelShader.js b/pixelShader.js index d435f7a..f8c2268 100644 --- a/pixelShader.js +++ b/pixelShader.js @@ -511,8 +511,8 @@ function useDefaultVideo() { cleanupVideoSource(); const video = document.querySelector('#defaultVideo'); - video.setAttribute('playsinline', 'playsinline'); - video.setAttribute('webkit-playsinline', 'webkit-playsinline'); + // video.setAttribute('playsinline', 'playsinline'); + // video.setAttribute('webkit-playsinline', 'webkit-playsinline'); video.setAttribute('crossorigin', 'anonymous'); // Create object URL for the uploaded file