Loop through feed videos

This commit is contained in:
Bojan Mojsilovic 2023-12-28 15:51:28 +01:00
parent 2ca733963a
commit eabd676a8b

View File

@ -461,6 +461,7 @@ const ParsedNote: Component<{
height={h}
controls
muted={true}
loop={true}
>
<source src={token} type={item.meta?.videoType} />
</video>;