Fix muted="false" means still muted 🤦‍♂️🤦‍♂️🤦‍♂️

pull/506/head 2024.04.19.5145730
Lim Chee Aun 2024-04-19 08:46:10 +08:00
rodzic ffbae70178
commit 7376cb1e99
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -388,7 +388,7 @@ function Media({
data-orientation="${orientation}"
preload="auto"
autoplay
muted="${isGIF}"
${isGIF ? 'muted' : ''}
${isGIF ? '' : 'controls'}
playsinline
loop="${loopable}"