Make stream zoomable (#961)

This commit is contained in:
Shuchang Zheng
2024-10-11 08:42:31 -07:00
committed by GitHub
parent 631023d242
commit 851b84cecf
4 changed files with 99 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ function ZoomableImage(props: HTMLImageElementProps) {
<img
{...props}
onClick={openModal}
className={clsx("cursor-pointer object-contain", props.className)}
className={clsx("cursor-zoom-in object-contain", props.className)}
/>
{modalOpen && (
<div