This commit is contained in:
Nick Mowen 2023-12-17 15:33:56 -07:00
parent 9e00f4a7f5
commit 3e2f66d67d

View File

@ -86,7 +86,7 @@ export default function JSMpegPlayer({
className={`jsmpeg`}
style={{
height: `${scaledHeight}px`,
width: `${scaledWidth} px`,
width: `${scaledWidth}px`,
}}
/>
</div>