From 179624c7e55ad9001156520044c515ca643262f3 Mon Sep 17 00:00:00 2001 From: XPandora Date: Thu, 16 Nov 2023 22:23:28 -0800 Subject: [PATCH] add code link --- index.html | 7 ++++--- static/js/video_comparison.js | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a159702..ba674d7 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ - + @@ -105,7 +105,8 @@

PhysGaussian: Physics-Integrated 3D Gau - + @@ -384,7 +385,7 @@

BibTeX

- + diff --git a/static/js/video_comparison.js b/static/js/video_comparison.js index 070b860..4539dd2 100644 --- a/static/js/video_comparison.js +++ b/static/js/video_comparison.js @@ -14,7 +14,7 @@ function playVids(videoId) { if (vid.readyState > 3) { - // vid.play(); + vid.play(); function trackLocation(e) { // Normalize to [0, 1] @@ -110,7 +110,7 @@ function resizeAndPlay(element) var cv = document.getElementById(element.id + "Merge"); cv.width = element.videoWidth/2; cv.height = element.videoHeight; -// element.play(); + element.play(); element.style.height = "0px"; // Hide video without stopping it playVids(element.id);